pub struct EmptyListError;
Expand description
Empty list of listen IPs provided, should have at least one element
Trait Implementations§
Source§impl Debug for EmptyListError
impl Debug for EmptyListError
Source§impl Display for EmptyListError
impl Display for EmptyListError
Source§impl Error for EmptyListError
impl Error for EmptyListError
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
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for EmptyListError
impl PartialEq for EmptyListError
impl Eq for EmptyListError
impl StructuralPartialEq for EmptyListError
Auto Trait Implementations§
impl Freeze for EmptyListError
impl RefUnwindSafe for EmptyListError
impl Send for EmptyListError
impl Sync for EmptyListError
impl Unpin for EmptyListError
impl UnwindSafe for EmptyListError
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