Struct collab2::db::RespondToChannelInvite
source · pub struct RespondToChannelInvite {
pub membership_update: Option<MembershipUpdated>,
pub notifications: NotificationBatch,
}
Fields§
§membership_update: Option<MembershipUpdated>
§notifications: NotificationBatch
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RespondToChannelInvite
impl Send for RespondToChannelInvite
impl Sync for RespondToChannelInvite
impl Unpin for RespondToChannelInvite
impl UnwindSafe for RespondToChannelInvite
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more