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 (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 TryNewError
impl Debug for TryNewError
Source§impl Display for TryNewError
impl Display for TryNewError
impl Eq for TryNewError
Source§impl Error for TryNewError
impl Error for TryNewError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for TryNewError
impl PartialEq 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 UnsafeUnpin 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