Struct collab2::db::RejoinedChannelBuffer
source · pub struct RejoinedChannelBuffer {
pub buffer: RejoinedChannelBuffer,
pub old_connection_id: ConnectionId,
}
Fields§
§buffer: RejoinedChannelBuffer
§old_connection_id: ConnectionId
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RejoinedChannelBuffer
impl Send for RejoinedChannelBuffer
impl Sync for RejoinedChannelBuffer
impl Unpin for RejoinedChannelBuffer
impl UnwindSafe for RejoinedChannelBuffer
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