pub struct RoutingMethod {
pub name: String,
}Expand description
Routing method descriptor.
Fields§
§name: StringName of the routing method.
Trait Implementations§
Source§impl Clone for RoutingMethod
impl Clone for RoutingMethod
Source§fn clone(&self) -> RoutingMethod
fn clone(&self) -> RoutingMethod
Returns a duplicate 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 RoutingMethod
impl Debug for RoutingMethod
Source§impl<'de> Deserialize<'de> for RoutingMethod
impl<'de> Deserialize<'de> for RoutingMethod
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 PartialEq for RoutingMethod
impl PartialEq for RoutingMethod
Source§impl Serialize for RoutingMethod
impl Serialize for RoutingMethod
impl StructuralPartialEq for RoutingMethod
Auto Trait Implementations§
impl Freeze for RoutingMethod
impl RefUnwindSafe for RoutingMethod
impl Send for RoutingMethod
impl Sync for RoutingMethod
impl Unpin for RoutingMethod
impl UnwindSafe for RoutingMethod
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