Struct collab2::db::LeftProject
source · pub struct LeftProject {
pub id: ProjectId,
pub host_user_id: UserId,
pub host_connection_id: ConnectionId,
pub connection_ids: Vec<ConnectionId>,
}
Fields§
§id: ProjectId
§host_user_id: UserId
§host_connection_id: ConnectionId
§connection_ids: Vec<ConnectionId>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LeftProject
impl Send for LeftProject
impl Sync for LeftProject
impl Unpin for LeftProject
impl UnwindSafe for LeftProject
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