Struct collab2::db::RemoveChannelMemberResult
source · pub struct RemoveChannelMemberResult {
pub membership_update: MembershipUpdated,
pub notification_id: Option<NotificationId>,
}
Fields§
§membership_update: MembershipUpdated
§notification_id: Option<NotificationId>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RemoveChannelMemberResult
impl Send for RemoveChannelMemberResult
impl Sync for RemoveChannelMemberResult
impl Unpin for RemoveChannelMemberResult
impl UnwindSafe for RemoveChannelMemberResult
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