pub struct ObjId(pub u32, pub u16);Expand description
Object identifier: (object_number, generation_number). Generation is always 0 for new documents.
Tuple Fields§
§0: u32§1: u16Trait Implementations§
impl Copy for ObjId
impl Eq for ObjId
impl StructuralPartialEq for ObjId
Auto Trait Implementations§
impl Freeze for ObjId
impl RefUnwindSafe for ObjId
impl Send for ObjId
impl Sync for ObjId
impl Unpin for ObjId
impl UnsafeUnpin for ObjId
impl UnwindSafe for ObjId
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