Struct collab2::db::CreateChannelResult
source · pub struct CreateChannelResult {
pub channel: Channel,
pub participants_to_update: Vec<(UserId, ChannelsForUser)>,
}
Fields§
§channel: Channel
§participants_to_update: Vec<(UserId, ChannelsForUser)>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CreateChannelResult
impl Send for CreateChannelResult
impl Sync for CreateChannelResult
impl Unpin for CreateChannelResult
impl UnwindSafe for CreateChannelResult
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