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