pub struct IdentityMapper;Expand description
Identity mapper — field name is used as-is.
Trait Implementations§
Source§impl Clone for IdentityMapper
impl Clone for IdentityMapper
Source§fn clone(&self) -> IdentityMapper
fn clone(&self) -> IdentityMapper
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IdentityMapper
impl Debug for IdentityMapper
Source§impl Default for IdentityMapper
impl Default for IdentityMapper
Source§fn default() -> IdentityMapper
fn default() -> IdentityMapper
Returns the “default value” for a type. Read more
Source§impl FieldMapper for IdentityMapper
impl FieldMapper for IdentityMapper
Auto Trait Implementations§
impl Freeze for IdentityMapper
impl RefUnwindSafe for IdentityMapper
impl Send for IdentityMapper
impl Sync for IdentityMapper
impl Unpin for IdentityMapper
impl UnsafeUnpin for IdentityMapper
impl UnwindSafe for IdentityMapper
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