pub struct TimestampingReconfiguration {
pub mode: Maybe<Option<TimestampingMode>>,
pub uncapped: Maybe<Option<bool>>,
}Fields§
§mode: Maybe<Option<TimestampingMode>>§uncapped: Maybe<Option<bool>>Trait Implementations§
Source§impl Clone for TimestampingReconfiguration
impl Clone for TimestampingReconfiguration
Source§fn clone(&self) -> TimestampingReconfiguration
fn clone(&self) -> TimestampingReconfiguration
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 TimestampingReconfiguration
impl Debug for TimestampingReconfiguration
Source§impl Default for TimestampingReconfiguration
impl Default for TimestampingReconfiguration
Source§fn default() -> TimestampingReconfiguration
fn default() -> TimestampingReconfiguration
Returns the “default value” for a type. Read more
Source§impl From<OptionalTimestampingConfig> for TimestampingReconfiguration
impl From<OptionalTimestampingConfig> for TimestampingReconfiguration
Source§fn from(value: OptionalTimestampingConfig) -> Self
fn from(value: OptionalTimestampingConfig) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TimestampingReconfiguration
impl RefUnwindSafe for TimestampingReconfiguration
impl Send for TimestampingReconfiguration
impl Sync for TimestampingReconfiguration
impl Unpin for TimestampingReconfiguration
impl UnwindSafe for TimestampingReconfiguration
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