pub struct PingResultProcessorCommonConfig {
pub quiet_level: i32,
}
Fields§
§quiet_level: i32
Trait Implementations§
Source§impl Clone for PingResultProcessorCommonConfig
impl Clone for PingResultProcessorCommonConfig
Source§fn clone(&self) -> PingResultProcessorCommonConfig
fn clone(&self) -> PingResultProcessorCommonConfig
Returns a copy 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 PartialEq for PingResultProcessorCommonConfig
impl PartialEq for PingResultProcessorCommonConfig
Source§fn eq(&self, other: &PingResultProcessorCommonConfig) -> bool
fn eq(&self, other: &PingResultProcessorCommonConfig) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PingResultProcessorCommonConfig
Auto Trait Implementations§
impl Freeze for PingResultProcessorCommonConfig
impl RefUnwindSafe for PingResultProcessorCommonConfig
impl Send for PingResultProcessorCommonConfig
impl Sync for PingResultProcessorCommonConfig
impl Unpin for PingResultProcessorCommonConfig
impl UnwindSafe for PingResultProcessorCommonConfig
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