pub struct StreamConfig {
pub storage_class: StorageClass,
pub retention_policy: RetentionPolicy,
pub timestamping: TimestampingConfig,
pub delete_on_empty: DeleteOnEmptyConfig,
}Fields§
§storage_class: StorageClass§retention_policy: RetentionPolicy§timestamping: TimestampingConfig§delete_on_empty: DeleteOnEmptyConfigTrait Implementations§
Source§impl Clone for StreamConfig
impl Clone for StreamConfig
Source§fn clone(&self) -> StreamConfig
fn clone(&self) -> StreamConfig
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 StreamConfig
impl Debug for StreamConfig
Source§impl Default for StreamConfig
impl Default for StreamConfig
Source§fn default() -> StreamConfig
fn default() -> StreamConfig
Returns the “default value” for a type. Read more
Source§impl From<OptionalStreamConfig> for StreamConfig
impl From<OptionalStreamConfig> for StreamConfig
Source§fn from(value: OptionalStreamConfig) -> Self
fn from(value: OptionalStreamConfig) -> Self
Converts to this type from the input type.
Source§impl From<StreamConfig> for OptionalStreamConfig
impl From<StreamConfig> for OptionalStreamConfig
Source§fn from(value: StreamConfig) -> Self
fn from(value: StreamConfig) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StreamConfig
impl PartialEq for StreamConfig
impl Eq for StreamConfig
impl StructuralPartialEq for StreamConfig
Auto Trait Implementations§
impl Freeze for StreamConfig
impl RefUnwindSafe for StreamConfig
impl Send for StreamConfig
impl Sync for StreamConfig
impl Unpin for StreamConfig
impl UnwindSafe for StreamConfig
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