pub struct BriefVrf {
pub id: Option<i32>,
pub url: Option<String>,
pub display: Option<String>,
pub name: String,
pub rd: Option<Option<String>>,
pub description: Option<String>,
pub prefix_count: Option<i64>,
}Expand description
BriefVrf : Adds support for custom fields and tags.
Fields§
§id: Option<i32>§url: Option<String>§display: Option<String>§name: String§rd: Option<Option<String>>Unique route distinguisher (as defined in RFC 4364)
description: Option<String>§prefix_count: Option<i64>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BriefVrf
impl<'de> Deserialize<'de> for BriefVrf
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 BriefVrf
Auto Trait Implementations§
impl Freeze for BriefVrf
impl RefUnwindSafe for BriefVrf
impl Send for BriefVrf
impl Sync for BriefVrf
impl Unpin for BriefVrf
impl UnwindSafe for BriefVrf
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