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