pub struct ElemId(/* private fields */);
Expand description
Trait Implementations§
Source§impl Ord for ElemId
impl Ord for ElemId
Source§impl PartialOrd for ElemId
impl PartialOrd for ElemId
impl Copy for ElemId
impl Eq 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 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