Struct fastly_api::models::validator_result::ValidatorResult   
source · pub struct ValidatorResult {
    pub data: Option<Box<ValidatorResultData>>,
}Expand description
ValidatorResult : Results from VCL linting
Fields§
§data: Option<Box<ValidatorResultData>>Implementations§
source§impl ValidatorResult
 
impl ValidatorResult
sourcepub fn new() -> ValidatorResult
 
pub fn new() -> ValidatorResult
Results from VCL linting
Trait Implementations§
source§impl Clone for ValidatorResult
 
impl Clone for ValidatorResult
source§fn clone(&self) -> ValidatorResult
 
fn clone(&self) -> ValidatorResult
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 ValidatorResult
 
impl Debug for ValidatorResult
source§impl Default for ValidatorResult
 
impl Default for ValidatorResult
source§fn default() -> ValidatorResult
 
fn default() -> ValidatorResult
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ValidatorResult
 
impl<'de> Deserialize<'de> for ValidatorResult
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 ValidatorResult
 
impl PartialEq for ValidatorResult
source§fn eq(&self, other: &ValidatorResult) -> bool
 
fn eq(&self, other: &ValidatorResult) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for ValidatorResult
 
impl Serialize for ValidatorResult
impl StructuralPartialEq for ValidatorResult
Auto Trait Implementations§
impl Freeze for ValidatorResult
impl RefUnwindSafe for ValidatorResult
impl Send for ValidatorResult
impl Sync for ValidatorResult
impl Unpin for ValidatorResult
impl UnwindSafe for ValidatorResult
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