pub struct OffsetCheckpointFeature {
pub max_offset_checkpoint_emission_delay: Option<Box<Duration>>,
}
Fields§
§max_offset_checkpoint_emission_delay: Option<Box<Duration>>
Implementations§
Source§impl OffsetCheckpointFeature
impl OffsetCheckpointFeature
pub fn new() -> OffsetCheckpointFeature
Trait Implementations§
Source§impl Clone for OffsetCheckpointFeature
impl Clone for OffsetCheckpointFeature
Source§fn clone(&self) -> OffsetCheckpointFeature
fn clone(&self) -> OffsetCheckpointFeature
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 OffsetCheckpointFeature
impl Debug for OffsetCheckpointFeature
Source§impl Default for OffsetCheckpointFeature
impl Default for OffsetCheckpointFeature
Source§fn default() -> OffsetCheckpointFeature
fn default() -> OffsetCheckpointFeature
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OffsetCheckpointFeature
impl<'de> Deserialize<'de> for OffsetCheckpointFeature
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 OffsetCheckpointFeature
impl PartialEq for OffsetCheckpointFeature
Source§impl Serialize for OffsetCheckpointFeature
impl Serialize for OffsetCheckpointFeature
impl StructuralPartialEq for OffsetCheckpointFeature
Auto Trait Implementations§
impl Freeze for OffsetCheckpointFeature
impl RefUnwindSafe for OffsetCheckpointFeature
impl Send for OffsetCheckpointFeature
impl Sync for OffsetCheckpointFeature
impl Unpin for OffsetCheckpointFeature
impl UnwindSafe for OffsetCheckpointFeature
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