pub struct CloneSuffix(/* private fields */);
Expand description
Trait Implementations§
Source§impl Clone for CloneSuffix
impl Clone for CloneSuffix
Source§fn clone(&self) -> CloneSuffix
fn clone(&self) -> CloneSuffix
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 CloneSuffix
impl Debug for CloneSuffix
Source§impl PartialEq for CloneSuffix
impl PartialEq for CloneSuffix
impl Eq for CloneSuffix
impl StructuralPartialEq for CloneSuffix
Auto Trait Implementations§
impl Freeze for CloneSuffix
impl RefUnwindSafe for CloneSuffix
impl Send for CloneSuffix
impl Sync for CloneSuffix
impl Unpin for CloneSuffix
impl UnwindSafe for CloneSuffix
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