pub struct TryFromStrError(/* private fields */);Expand description
The error type returned when a str to Hostname conversion fails.
Trait Implementations§
Source§impl Clone for TryFromStrError
impl Clone for TryFromStrError
Source§fn clone(&self) -> TryFromStrError
fn clone(&self) -> TryFromStrError
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 TryFromStrError
impl Debug for TryFromStrError
Source§impl Format for TryFromStrError
impl Format for TryFromStrError
Source§impl PartialEq for TryFromStrError
impl PartialEq for TryFromStrError
impl Copy for TryFromStrError
impl Eq for TryFromStrError
impl StructuralPartialEq for TryFromStrError
Auto Trait Implementations§
impl Freeze for TryFromStrError
impl RefUnwindSafe for TryFromStrError
impl Send for TryFromStrError
impl Sync for TryFromStrError
impl Unpin for TryFromStrError
impl UnwindSafe for TryFromStrError
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