pub struct BgpRoutingMode(/* private fields */);Expand description
Routing mode.
Implementations§
Trait Implementations§
Source§impl Clone for BgpRoutingMode
impl Clone for BgpRoutingMode
Source§fn clone(&self) -> BgpRoutingMode
fn clone(&self) -> BgpRoutingMode
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 BgpRoutingMode
impl Debug for BgpRoutingMode
Source§impl Default for BgpRoutingMode
impl Default for BgpRoutingMode
Source§fn default() -> BgpRoutingMode
fn default() -> BgpRoutingMode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BgpRoutingMode
impl<'de> Deserialize<'de> for BgpRoutingMode
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<String> for BgpRoutingMode
impl From<String> for BgpRoutingMode
Source§impl PartialEq for BgpRoutingMode
impl PartialEq for BgpRoutingMode
Source§impl Serialize for BgpRoutingMode
impl Serialize for BgpRoutingMode
impl StructuralPartialEq for BgpRoutingMode
Auto Trait Implementations§
impl Freeze for BgpRoutingMode
impl RefUnwindSafe for BgpRoutingMode
impl Send for BgpRoutingMode
impl Sync for BgpRoutingMode
impl Unpin for BgpRoutingMode
impl UnwindSafe for BgpRoutingMode
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