pub struct DelayMeasures {
pub allow_partial: bool,
}Expand description
Delay measures configuration.
Fields§
§allow_partial: boolWhether partial delays are allowed.
Trait Implementations§
Source§impl Clone for DelayMeasures
impl Clone for DelayMeasures
Source§fn clone(&self) -> DelayMeasures
fn clone(&self) -> DelayMeasures
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 DelayMeasures
impl Debug for DelayMeasures
Source§impl<'de> Deserialize<'de> for DelayMeasures
impl<'de> Deserialize<'de> for DelayMeasures
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 PartialEq for DelayMeasures
impl PartialEq for DelayMeasures
Source§impl Serialize for DelayMeasures
impl Serialize for DelayMeasures
impl StructuralPartialEq for DelayMeasures
Auto Trait Implementations§
impl Freeze for DelayMeasures
impl RefUnwindSafe for DelayMeasures
impl Send for DelayMeasures
impl Sync for DelayMeasures
impl Unpin for DelayMeasures
impl UnwindSafe for DelayMeasures
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