Enum ntp_udp::InterfaceNameParseError
source · pub enum InterfaceNameParseError {
Empty,
TooLong,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for InterfaceNameParseError
impl Send for InterfaceNameParseError
impl Sync for InterfaceNameParseError
impl Unpin for InterfaceNameParseError
impl UnwindSafe for InterfaceNameParseError
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