pub struct TryNewError;
Trait Implementations§
Source§impl Clone for TryNewError
impl Clone for TryNewError
Source§fn clone(&self) -> TryNewError
fn clone(&self) -> TryNewError
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 Debug for TryNewError
impl Debug for TryNewError
Source§impl Display for TryNewError
impl Display for TryNewError
Source§impl PartialEq for TryNewError
impl PartialEq for TryNewError
impl Eq for TryNewError
impl StructuralPartialEq for TryNewError
Auto Trait Implementations§
impl Freeze for TryNewError
impl RefUnwindSafe for TryNewError
impl Send for TryNewError
impl Sync for TryNewError
impl Unpin for TryNewError
impl UnwindSafe for TryNewError
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