pub struct StartViolationsReportResult {}Trait Implementations§
Source§impl Clone for StartViolationsReportResult
impl Clone for StartViolationsReportResult
Source§fn clone(&self) -> StartViolationsReportResult
fn clone(&self) -> StartViolationsReportResult
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 StartViolationsReportResult
impl Debug for StartViolationsReportResult
Source§impl Default for StartViolationsReportResult
impl Default for StartViolationsReportResult
Source§fn default() -> StartViolationsReportResult
fn default() -> StartViolationsReportResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StartViolationsReportResult
impl<'de> Deserialize<'de> for StartViolationsReportResult
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 TryFrom<Value> for StartViolationsReportResult
impl TryFrom<Value> for StartViolationsReportResult
impl StructuralPartialEq for StartViolationsReportResult
Auto Trait Implementations§
impl Freeze for StartViolationsReportResult
impl RefUnwindSafe for StartViolationsReportResult
impl Send for StartViolationsReportResult
impl Sync for StartViolationsReportResult
impl Unpin for StartViolationsReportResult
impl UnsafeUnpin for StartViolationsReportResult
impl UnwindSafe for StartViolationsReportResult
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