pub struct IdentId(/* private fields */);
Trait Implementations§
impl Copy for IdentId
impl Eq for IdentId
impl StructuralPartialEq for IdentId
Auto Trait Implementations§
impl Freeze for IdentId
impl RefUnwindSafe for IdentId
impl Send for IdentId
impl Sync for IdentId
impl Unpin for IdentId
impl UnwindSafe for IdentId
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