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