pub struct ExamplesSafety {
pub passed: bool,
pub warnings: Vec<SafetyWarningDto>,
}Expand description
Serializable safety summary for the examples payload.
Fields§
§passed: bool§warnings: Vec<SafetyWarningDto>Trait Implementations§
Source§impl Clone for ExamplesSafety
impl Clone for ExamplesSafety
Source§fn clone(&self) -> ExamplesSafety
fn clone(&self) -> ExamplesSafety
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 ExamplesSafety
impl Debug for ExamplesSafety
Source§impl<'de> Deserialize<'de> for ExamplesSafety
impl<'de> Deserialize<'de> for ExamplesSafety
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 ExamplesSafety
impl PartialEq for ExamplesSafety
Source§impl Serialize for ExamplesSafety
impl Serialize for ExamplesSafety
impl Eq for ExamplesSafety
impl StructuralPartialEq for ExamplesSafety
Auto Trait Implementations§
impl Freeze for ExamplesSafety
impl RefUnwindSafe for ExamplesSafety
impl Send for ExamplesSafety
impl Sync for ExamplesSafety
impl Unpin for ExamplesSafety
impl UnsafeUnpin for ExamplesSafety
impl UnwindSafe for ExamplesSafety
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