pub struct MakeIdentity;Expand description
Trait Implementations§
source§impl Clone for MakeIdentity
impl Clone for MakeIdentity
source§fn clone(&self) -> MakeIdentity
fn clone(&self) -> MakeIdentity
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MakeIdentity
impl Debug for MakeIdentity
source§impl Default for MakeIdentity
impl Default for MakeIdentity
source§fn default() -> MakeIdentity
fn default() -> MakeIdentity
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for MakeIdentity
impl Send for MakeIdentity
impl Sync for MakeIdentity
impl Unpin for MakeIdentity
impl UnwindSafe for MakeIdentity
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