pub struct RoutingExplainRouteRef {
pub kind: RoutingExplainRouteRefKind,
pub name: String,
}Fields§
§kind: RoutingExplainRouteRefKind§name: StringTrait Implementations§
Source§impl Clone for RoutingExplainRouteRef
impl Clone for RoutingExplainRouteRef
Source§fn clone(&self) -> RoutingExplainRouteRef
fn clone(&self) -> RoutingExplainRouteRef
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 moreSource§impl Debug for RoutingExplainRouteRef
impl Debug for RoutingExplainRouteRef
Source§impl<'de> Deserialize<'de> for RoutingExplainRouteRef
impl<'de> Deserialize<'de> for RoutingExplainRouteRef
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&RouteRef> for RoutingExplainRouteRef
impl From<&RouteRef> for RoutingExplainRouteRef
Source§impl PartialEq for RoutingExplainRouteRef
impl PartialEq for RoutingExplainRouteRef
Source§fn eq(&self, other: &RoutingExplainRouteRef) -> bool
fn eq(&self, other: &RoutingExplainRouteRef) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RoutingExplainRouteRef
impl Serialize for RoutingExplainRouteRef
impl Eq for RoutingExplainRouteRef
impl StructuralPartialEq for RoutingExplainRouteRef
Auto Trait Implementations§
impl Freeze for RoutingExplainRouteRef
impl RefUnwindSafe for RoutingExplainRouteRef
impl Send for RoutingExplainRouteRef
impl Sync for RoutingExplainRouteRef
impl Unpin for RoutingExplainRouteRef
impl UnsafeUnpin for RoutingExplainRouteRef
impl UnwindSafe for RoutingExplainRouteRef
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.