Struct collab2::db::InviteMemberResult
source · pub struct InviteMemberResult {
pub channel: Channel,
pub notifications: NotificationBatch,
}
Fields§
§channel: Channel
§notifications: NotificationBatch
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for InviteMemberResult
impl Send for InviteMemberResult
impl Sync for InviteMemberResult
impl Unpin for InviteMemberResult
impl UnwindSafe for InviteMemberResult
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