pub struct UntypedId(/* private fields */);
Expand description
Same as Id
but without type.
Implementations§
Trait Implementations§
source§impl Ord for UntypedId
impl Ord for UntypedId
source§impl PartialEq for UntypedId
impl PartialEq for UntypedId
source§impl PartialOrd for UntypedId
impl PartialOrd for UntypedId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for UntypedId
impl Eq for UntypedId
impl StructuralPartialEq for UntypedId
Auto Trait Implementations§
impl Freeze for UntypedId
impl RefUnwindSafe for UntypedId
impl Send for UntypedId
impl Sync for UntypedId
impl Unpin for UntypedId
impl UnwindSafe for UntypedId
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