pub struct StopViolationsReportBuilder;Implementations§
Source§impl StopViolationsReportBuilder
impl StopViolationsReportBuilder
pub fn new() -> Self
pub fn build(self) -> StopViolationsReport
Trait Implementations§
Source§impl Clone for StopViolationsReportBuilder
impl Clone for StopViolationsReportBuilder
Source§fn clone(&self) -> StopViolationsReportBuilder
fn clone(&self) -> StopViolationsReportBuilder
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 StopViolationsReportBuilder
impl Debug for StopViolationsReportBuilder
Source§impl Default for StopViolationsReportBuilder
impl Default for StopViolationsReportBuilder
Source§fn default() -> StopViolationsReportBuilder
fn default() -> StopViolationsReportBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StopViolationsReportBuilder
impl RefUnwindSafe for StopViolationsReportBuilder
impl Send for StopViolationsReportBuilder
impl Sync for StopViolationsReportBuilder
impl Unpin for StopViolationsReportBuilder
impl UnsafeUnpin for StopViolationsReportBuilder
impl UnwindSafe for StopViolationsReportBuilder
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