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§impl Debug for TimestampingReconfiguration
impl Debug for TimestampingReconfiguration
Auto Trait Implementations§
impl Freeze for TimestampingReconfiguration
impl RefUnwindSafe for TimestampingReconfiguration
impl Send for TimestampingReconfiguration
impl Sync for TimestampingReconfiguration
impl Unpin for TimestampingReconfiguration
impl UnsafeUnpin 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