pub struct NetworkLengthTooLongError(/* private fields */);
Expand description
Error returned when the network length was longer than the address
Trait Implementations§
source§impl Clone for NetworkLengthTooLongError
impl Clone for NetworkLengthTooLongError
source§fn clone(&self) -> NetworkLengthTooLongError
fn clone(&self) -> NetworkLengthTooLongError
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 NetworkLengthTooLongError
impl Debug for NetworkLengthTooLongError
source§impl Display for NetworkLengthTooLongError
impl Display for NetworkLengthTooLongError
source§impl Error for NetworkLengthTooLongError
impl Error for NetworkLengthTooLongError
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
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
source§impl From<NetworkLengthTooLongError> for InetTupleError
impl From<NetworkLengthTooLongError> for InetTupleError
source§fn from(e: NetworkLengthTooLongError) -> Self
fn from(e: NetworkLengthTooLongError) -> Self
Converts to this type from the input type.
source§impl From<NetworkLengthTooLongError> for NetworkParseError
impl From<NetworkLengthTooLongError> for NetworkParseError
source§fn from(e: NetworkLengthTooLongError) -> Self
fn from(e: NetworkLengthTooLongError) -> Self
Converts to this type from the input type.
source§impl Hash for NetworkLengthTooLongError
impl Hash for NetworkLengthTooLongError
impl Eq for NetworkLengthTooLongError
impl StructuralPartialEq for NetworkLengthTooLongError
Auto Trait Implementations§
impl Freeze for NetworkLengthTooLongError
impl RefUnwindSafe for NetworkLengthTooLongError
impl Send for NetworkLengthTooLongError
impl Sync for NetworkLengthTooLongError
impl Unpin for NetworkLengthTooLongError
impl UnwindSafe for NetworkLengthTooLongError
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)