pub enum StopViolationsReportMethod {
StopViolationsReport,
}Variants§
StopViolationsReport
Trait Implementations§
Source§impl Clone for StopViolationsReportMethod
impl Clone for StopViolationsReportMethod
Source§fn clone(&self) -> StopViolationsReportMethod
fn clone(&self) -> StopViolationsReportMethod
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 StopViolationsReportMethod
impl Debug for StopViolationsReportMethod
Source§impl<'de> Deserialize<'de> for StopViolationsReportMethod
impl<'de> Deserialize<'de> for StopViolationsReportMethod
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
impl StructuralPartialEq for StopViolationsReportMethod
Auto Trait Implementations§
impl Freeze for StopViolationsReportMethod
impl RefUnwindSafe for StopViolationsReportMethod
impl Send for StopViolationsReportMethod
impl Sync for StopViolationsReportMethod
impl Unpin for StopViolationsReportMethod
impl UnsafeUnpin for StopViolationsReportMethod
impl UnwindSafe for StopViolationsReportMethod
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