pub struct NotUnicast;Expand description
An address is not unicast.
Returned by NeighborCache::insert.
Trait Implementations§
Source§impl Clone for NotUnicast
impl Clone for NotUnicast
Source§fn clone(&self) -> NotUnicast
fn clone(&self) -> NotUnicast
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NotUnicast
Source§impl Debug for NotUnicast
impl Debug for NotUnicast
Source§impl Display for NotUnicast
Available on crate features medium-ethernet or medium-ieee802154 only.
impl Display for NotUnicast
Available on crate features
medium-ethernet or medium-ieee802154 only.impl Eq for NotUnicast
Source§impl Error for NotUnicast
Available on crate features medium-ethernet or medium-ieee802154 only.
impl Error for NotUnicast
Available on crate features
medium-ethernet or medium-ieee802154 only.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 NotUnicast
impl PartialEq for NotUnicast
impl StructuralPartialEq for NotUnicast
Auto Trait Implementations§
impl Freeze for NotUnicast
impl RefUnwindSafe for NotUnicast
impl Send for NotUnicast
impl Sync for NotUnicast
impl Unpin for NotUnicast
impl UnsafeUnpin for NotUnicast
impl UnwindSafe for NotUnicast
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