Struct collab2::db::ProjectCollaborator
source · pub struct ProjectCollaborator {
pub connection_id: ConnectionId,
pub user_id: UserId,
pub replica_id: ReplicaId,
pub is_host: bool,
}
Fields§
§connection_id: ConnectionId
§user_id: UserId
§replica_id: ReplicaId
§is_host: bool
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ProjectCollaborator
impl Send for ProjectCollaborator
impl Sync for ProjectCollaborator
impl Unpin for ProjectCollaborator
impl UnwindSafe for ProjectCollaborator
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