pub struct StartViolationsReport {
pub config: Vec<ViolationSetting>,
}Fields§
§config: Vec<ViolationSetting>Trait Implementations§
Source§impl Clone for StartViolationsReport
impl Clone for StartViolationsReport
Source§fn clone(&self) -> StartViolationsReport
fn clone(&self) -> StartViolationsReport
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 StartViolationsReport
impl Debug for StartViolationsReport
Source§impl<'de> Deserialize<'de> for StartViolationsReport
impl<'de> Deserialize<'de> for StartViolationsReport
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 StartViolationsReport
impl Method for StartViolationsReport
const NAME: &'static str = "Log.startViolationsReport"
type ReturnObject = StartViolationsReportReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for StartViolationsReport
impl PartialEq for StartViolationsReport
Source§impl Serialize for StartViolationsReport
impl Serialize for StartViolationsReport
impl StructuralPartialEq for StartViolationsReport
Auto Trait Implementations§
impl Freeze for StartViolationsReport
impl RefUnwindSafe for StartViolationsReport
impl Send for StartViolationsReport
impl Sync for StartViolationsReport
impl Unpin for StartViolationsReport
impl UnwindSafe for StartViolationsReport
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