pub enum GetRouteStatsError {
InvalidAddress,
NotFound,
}
Expand description
Variants§
Trait Implementations§
Source§impl Clone for GetRouteStatsError
impl Clone for GetRouteStatsError
Source§fn clone(&self) -> GetRouteStatsError
fn clone(&self) -> GetRouteStatsError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetRouteStatsError
impl Debug for GetRouteStatsError
Source§impl From<GetRouteStatsError> for Ipv4RoutingTableControllerGetRouteStatsError
impl From<GetRouteStatsError> for Ipv4RoutingTableControllerGetRouteStatsError
Source§fn from(error: GetRouteStatsError) -> Self
fn from(error: GetRouteStatsError) -> Self
Converts to this type from the input type.
Source§impl From<GetRouteStatsError> for Ipv6RoutingTableControllerGetRouteStatsError
impl From<GetRouteStatsError> for Ipv6RoutingTableControllerGetRouteStatsError
Source§fn from(error: GetRouteStatsError) -> Self
fn from(error: GetRouteStatsError) -> Self
Converts to this type from the input type.
Source§impl From<Ipv4RoutingTableControllerGetRouteStatsError> for GetRouteStatsError
impl From<Ipv4RoutingTableControllerGetRouteStatsError> for GetRouteStatsError
Source§fn from(error: Ipv4RoutingTableControllerGetRouteStatsError) -> Self
fn from(error: Ipv4RoutingTableControllerGetRouteStatsError) -> Self
Converts to this type from the input type.
Source§impl From<Ipv6RoutingTableControllerGetRouteStatsError> for GetRouteStatsError
impl From<Ipv6RoutingTableControllerGetRouteStatsError> for GetRouteStatsError
Source§fn from(error: Ipv6RoutingTableControllerGetRouteStatsError) -> Self
fn from(error: Ipv6RoutingTableControllerGetRouteStatsError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for GetRouteStatsError
impl PartialEq for GetRouteStatsError
impl StructuralPartialEq for GetRouteStatsError
Auto Trait Implementations§
impl Freeze for GetRouteStatsError
impl RefUnwindSafe for GetRouteStatsError
impl Send for GetRouteStatsError
impl Sync for GetRouteStatsError
impl Unpin for GetRouteStatsError
impl UnwindSafe for GetRouteStatsError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T> Pointable for T
impl<T> Pointable for T
Source§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
Source§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.