pub struct StopViolationsReportReturnObject {}Trait Implementations§
Source§impl Clone for StopViolationsReportReturnObject
impl Clone for StopViolationsReportReturnObject
Source§fn clone(&self) -> StopViolationsReportReturnObject
fn clone(&self) -> StopViolationsReportReturnObject
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<'de> Deserialize<'de> for StopViolationsReportReturnObject
impl<'de> Deserialize<'de> for StopViolationsReportReturnObject
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 StopViolationsReportReturnObject
impl PartialEq for StopViolationsReportReturnObject
Source§fn eq(&self, other: &StopViolationsReportReturnObject) -> bool
fn eq(&self, other: &StopViolationsReportReturnObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StopViolationsReportReturnObject
Auto Trait Implementations§
impl Freeze for StopViolationsReportReturnObject
impl RefUnwindSafe for StopViolationsReportReturnObject
impl Send for StopViolationsReportReturnObject
impl Sync for StopViolationsReportReturnObject
impl Unpin for StopViolationsReportReturnObject
impl UnwindSafe for StopViolationsReportReturnObject
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