pub struct StopViolationsReportCommand {}Available on crate features
Log and Runtime and Network only.Expand description
Stop violation reporting.
Implementations§
Trait Implementations§
Source§impl Clone for StopViolationsReportCommand
impl Clone for StopViolationsReportCommand
Source§fn clone(&self) -> StopViolationsReportCommand
fn clone(&self) -> StopViolationsReportCommand
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 StopViolationsReportCommand
impl Debug for StopViolationsReportCommand
Source§impl Default for StopViolationsReportCommand
impl Default for StopViolationsReportCommand
Source§fn default() -> StopViolationsReportCommand
fn default() -> StopViolationsReportCommand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StopViolationsReportCommand
impl<'de> Deserialize<'de> for StopViolationsReportCommand
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
Auto Trait Implementations§
impl Freeze for StopViolationsReportCommand
impl RefUnwindSafe for StopViolationsReportCommand
impl Send for StopViolationsReportCommand
impl Sync for StopViolationsReportCommand
impl Unpin for StopViolationsReportCommand
impl UnwindSafe for StopViolationsReportCommand
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