pub struct StopViolationsReport(pub Option<Value>);Tuple Fields§
§0: Option<Value>Trait Implementations§
Source§impl Clone for StopViolationsReport
impl Clone for StopViolationsReport
Source§fn clone(&self) -> StopViolationsReport
fn clone(&self) -> StopViolationsReport
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 StopViolationsReport
impl Debug for StopViolationsReport
Source§impl<'de> Deserialize<'de> for StopViolationsReport
impl<'de> Deserialize<'de> for StopViolationsReport
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 Method for StopViolationsReport
impl Method for StopViolationsReport
const NAME: &'static str = "Log.stopViolationsReport"
type ReturnObject = StopViolationsReportReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for StopViolationsReport
impl PartialEq for StopViolationsReport
Source§impl Serialize for StopViolationsReport
impl Serialize for StopViolationsReport
impl StructuralPartialEq for StopViolationsReport
Auto Trait Implementations§
impl Freeze for StopViolationsReport
impl RefUnwindSafe for StopViolationsReport
impl Send for StopViolationsReport
impl Sync for StopViolationsReport
impl Unpin for StopViolationsReport
impl UnwindSafe for StopViolationsReport
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