pub enum ServerAddressError {
InvalidLength,
}Expand description
The specified Server address could not be parsed
Variants§
InvalidLength
the length was not 16 bytes
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServerAddressError
impl RefUnwindSafe for ServerAddressError
impl Send for ServerAddressError
impl Sync for ServerAddressError
impl Unpin for ServerAddressError
impl UnwindSafe for ServerAddressError
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