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