Struct ObjectIdGroupId
#[repr(transparent)]pub struct ObjectIdGroupId(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for ObjectIdGroupId
impl Clone for ObjectIdGroupId
§fn clone(&self) -> ObjectIdGroupId
fn clone(&self) -> ObjectIdGroupId
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ObjectIdGroupId
impl Debug for ObjectIdGroupId
§impl Default for ObjectIdGroupId
impl Default for ObjectIdGroupId
§fn default() -> ObjectIdGroupId
fn default() -> ObjectIdGroupId
Returns the “default value” for a type. Read more
§impl PartialEq for ObjectIdGroupId
impl PartialEq for ObjectIdGroupId
impl Copy for ObjectIdGroupId
impl Eq for ObjectIdGroupId
impl StructuralPartialEq for ObjectIdGroupId
Auto Trait Implementations§
impl Freeze for ObjectIdGroupId
impl RefUnwindSafe for ObjectIdGroupId
impl Send for ObjectIdGroupId
impl Sync for ObjectIdGroupId
impl Unpin for ObjectIdGroupId
impl UnwindSafe for ObjectIdGroupId
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