pub struct L2VpnStatus {
pub value: Option<Value>,
pub label: Option<Label>,
}Fields§
§value: Option<Value>active- Active *planned- Planned *decommissioning- Decommissioning
label: Option<Label>Implementations§
Source§impl L2VpnStatus
impl L2VpnStatus
pub fn new() -> L2VpnStatus
Trait Implementations§
Source§impl Clone for L2VpnStatus
impl Clone for L2VpnStatus
Source§fn clone(&self) -> L2VpnStatus
fn clone(&self) -> L2VpnStatus
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 L2VpnStatus
impl Debug for L2VpnStatus
Source§impl Default for L2VpnStatus
impl Default for L2VpnStatus
Source§fn default() -> L2VpnStatus
fn default() -> L2VpnStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for L2VpnStatus
impl<'de> Deserialize<'de> for L2VpnStatus
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 L2VpnStatus
impl PartialEq for L2VpnStatus
Source§impl Serialize for L2VpnStatus
impl Serialize for L2VpnStatus
impl StructuralPartialEq for L2VpnStatus
Auto Trait Implementations§
impl Freeze for L2VpnStatus
impl RefUnwindSafe for L2VpnStatus
impl Send for L2VpnStatus
impl Sync for L2VpnStatus
impl Unpin for L2VpnStatus
impl UnwindSafe for L2VpnStatus
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