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