Struct vrc_get_litedb::ObjectId
source · #[repr(C)]pub struct ObjectId { /* private fields */ }
Expand description
ObjectId in Bson. Used for identifying documents in a collection.
Implementations§
Trait Implementations§
source§impl PartialEq for ObjectId
impl PartialEq for ObjectId
impl Copy for ObjectId
impl Eq for ObjectId
impl StructuralPartialEq for ObjectId
Auto Trait Implementations§
impl RefUnwindSafe for ObjectId
impl Send for ObjectId
impl Sync for ObjectId
impl Unpin for ObjectId
impl UnwindSafe for ObjectId
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