pub struct GlobalElementId(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for GlobalElementId
impl Clone for GlobalElementId
Source§fn clone(&self) -> GlobalElementId
fn clone(&self) -> GlobalElementId
Returns a duplicate 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 moreSource§impl Debug for GlobalElementId
impl Debug for GlobalElementId
Source§impl Hash for GlobalElementId
impl Hash for GlobalElementId
Source§impl PartialEq for GlobalElementId
impl PartialEq for GlobalElementId
impl Copy for GlobalElementId
impl Eq for GlobalElementId
impl StructuralPartialEq for GlobalElementId
Auto Trait Implementations§
impl Freeze for GlobalElementId
impl RefUnwindSafe for GlobalElementId
impl Send for GlobalElementId
impl Sync for GlobalElementId
impl Unpin for GlobalElementId
impl UnsafeUnpin for GlobalElementId
impl UnwindSafe for GlobalElementId
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