pub struct DefaultNetworkRoutingDest {
pub scheme: Scheme,
}
Fields§
§scheme: Scheme
The network routing logic.
Implementations§
Source§impl DefaultNetworkRoutingDest
impl DefaultNetworkRoutingDest
pub fn new(scheme: Scheme) -> DefaultNetworkRoutingDest
Trait Implementations§
Source§impl Clone for DefaultNetworkRoutingDest
impl Clone for DefaultNetworkRoutingDest
Source§fn clone(&self) -> DefaultNetworkRoutingDest
fn clone(&self) -> DefaultNetworkRoutingDest
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 DefaultNetworkRoutingDest
impl Debug for DefaultNetworkRoutingDest
Source§impl Default for DefaultNetworkRoutingDest
impl Default for DefaultNetworkRoutingDest
Source§fn default() -> DefaultNetworkRoutingDest
fn default() -> DefaultNetworkRoutingDest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DefaultNetworkRoutingDest
impl<'de> Deserialize<'de> for DefaultNetworkRoutingDest
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
impl StructuralPartialEq for DefaultNetworkRoutingDest
Auto Trait Implementations§
impl Freeze for DefaultNetworkRoutingDest
impl RefUnwindSafe for DefaultNetworkRoutingDest
impl Send for DefaultNetworkRoutingDest
impl Sync for DefaultNetworkRoutingDest
impl Unpin for DefaultNetworkRoutingDest
impl UnwindSafe for DefaultNetworkRoutingDest
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