pub struct SlmpRouteValidationReport {
pub model: String,
pub family: SlmpDeviceRangeFamily,
pub options: SlmpRouteValidationOptions,
pub summary: SlmpRouteValidationSummary,
pub cases: Vec<SlmpRouteValidationCase>,
}Fields§
§model: String§family: SlmpDeviceRangeFamily§options: SlmpRouteValidationOptions§summary: SlmpRouteValidationSummary§cases: Vec<SlmpRouteValidationCase>Implementations§
Source§impl SlmpRouteValidationReport
impl SlmpRouteValidationReport
pub fn is_success(&self) -> bool
Trait Implementations§
Source§impl Clone for SlmpRouteValidationReport
impl Clone for SlmpRouteValidationReport
Source§fn clone(&self) -> SlmpRouteValidationReport
fn clone(&self) -> SlmpRouteValidationReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SlmpRouteValidationReport
impl Debug for SlmpRouteValidationReport
Source§impl<'de> Deserialize<'de> for SlmpRouteValidationReport
impl<'de> Deserialize<'de> for SlmpRouteValidationReport
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
Auto Trait Implementations§
impl Freeze for SlmpRouteValidationReport
impl RefUnwindSafe for SlmpRouteValidationReport
impl Send for SlmpRouteValidationReport
impl Sync for SlmpRouteValidationReport
impl Unpin for SlmpRouteValidationReport
impl UnsafeUnpin for SlmpRouteValidationReport
impl UnwindSafe for SlmpRouteValidationReport
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