pub enum NimbleLayerError {
IoError(Error),
DatagramInOrderError(DatagramOrderInError),
MillisFromLowerError,
AbsoluteTimeError,
}Variants§
Trait Implementations§
Source§impl Debug for NimbleLayerError
impl Debug for NimbleLayerError
Source§impl From<DatagramOrderInError> for NimbleLayerError
impl From<DatagramOrderInError> for NimbleLayerError
Source§fn from(err: DatagramOrderInError) -> Self
fn from(err: DatagramOrderInError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for NimbleLayerError
impl !UnwindSafe for NimbleLayerError
impl Freeze for NimbleLayerError
impl Send for NimbleLayerError
impl Sync for NimbleLayerError
impl Unpin for NimbleLayerError
impl UnsafeUnpin for NimbleLayerError
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