Struct collab2::db::MoveChannelResult
source · pub struct MoveChannelResult {
pub participants_to_update: HashMap<UserId, ChannelsForUser>,
pub participants_to_remove: HashSet<UserId>,
pub moved_channels: HashSet<ChannelId>,
}
Fields§
§participants_to_update: HashMap<UserId, ChannelsForUser>
§participants_to_remove: HashSet<UserId>
§moved_channels: HashSet<ChannelId>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MoveChannelResult
impl Send for MoveChannelResult
impl Sync for MoveChannelResult
impl Unpin for MoveChannelResult
impl UnwindSafe for MoveChannelResult
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