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 RefUnwindSafe for InterfaceNeighborCache
impl Send for InterfaceNeighborCache
impl Sync for InterfaceNeighborCache
impl Unpin for InterfaceNeighborCache
impl UnwindSafe for InterfaceNeighborCache
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T, U> TryIntoExt<U> for Twhere
U: TryFromExt<T>,
impl<T, U> TryIntoExt<U> for Twhere U: TryFromExt<T>,
type Error = <U as TryFromExt<T>>::Error
§fn try_into_ext(self) -> Result<U, <T as TryIntoExt<U>>::Error>
fn try_into_ext(self) -> Result<U, <T as TryIntoExt<U>>::Error>
Tries to perform the conversion.