pub enum ServerAddressError {
InvalidLength,
}Variants§
InvalidLength
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