pub struct ElemId(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for ElemId
Source§impl<'de> Deserialize<'de> for ElemId
impl<'de> Deserialize<'de> for ElemId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ElemId
Source§impl Ord for ElemId
impl Ord for ElemId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ElemId
impl PartialOrd for ElemId
impl StructuralPartialEq for ElemId
Auto Trait Implementations§
impl Freeze for ElemId
impl RefUnwindSafe for ElemId
impl Send for ElemId
impl Sync for ElemId
impl Unpin for ElemId
impl UnsafeUnpin for ElemId
impl UnwindSafe for ElemId
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