pub struct ColModifyIdentity;Trait Implementations§
Source§impl Clone for ColModifyIdentity
impl Clone for ColModifyIdentity
Source§fn clone(&self) -> ColModifyIdentity
fn clone(&self) -> ColModifyIdentity
Returns a duplicate 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 ColModify for ColModifyIdentity
impl ColModify for ColModifyIdentity
impl Copy for ColModifyIdentity
Auto Trait Implementations§
impl Freeze for ColModifyIdentity
impl RefUnwindSafe for ColModifyIdentity
impl Send for ColModifyIdentity
impl Sync for ColModifyIdentity
impl Unpin for ColModifyIdentity
impl UnwindSafe for ColModifyIdentity
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