pub struct AnyCowReplaceError;Trait Implementations§
Source§impl Clone for AnyCowReplaceError
impl Clone for AnyCowReplaceError
Source§fn clone(&self) -> AnyCowReplaceError
fn clone(&self) -> AnyCowReplaceError
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 moreimpl Copy for AnyCowReplaceError
Source§impl Debug for AnyCowReplaceError
impl Debug for AnyCowReplaceError
impl Eq for AnyCowReplaceError
Source§impl PartialEq for AnyCowReplaceError
impl PartialEq for AnyCowReplaceError
Source§fn eq(&self, other: &AnyCowReplaceError) -> bool
fn eq(&self, other: &AnyCowReplaceError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AnyCowReplaceError
Auto Trait Implementations§
impl Freeze for AnyCowReplaceError
impl RefUnwindSafe for AnyCowReplaceError
impl Send for AnyCowReplaceError
impl Sync for AnyCowReplaceError
impl Unpin for AnyCowReplaceError
impl UnsafeUnpin for AnyCowReplaceError
impl UnwindSafe for AnyCowReplaceError
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