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