pub struct InterfaceNeighborCache { /* private fields */ }
Trait Implementations§
Source§impl Debug for InterfaceNeighborCache
impl Debug for InterfaceNeighborCache
Source§impl Default for InterfaceNeighborCache
impl Default for InterfaceNeighborCache
Source§fn default() -> InterfaceNeighborCache
fn default() -> InterfaceNeighborCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InterfaceNeighborCache
impl RefUnwindSafe for InterfaceNeighborCache
impl Send for InterfaceNeighborCache
impl Sync for InterfaceNeighborCache
impl Unpin for InterfaceNeighborCache
impl UnwindSafe for InterfaceNeighborCache
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