pub enum RetentionType {
MessageAgeSec,
Messages,
Bytes,
AckBased,
}
Variants§
Trait Implementations§
Source§impl Debug for RetentionType
impl Debug for RetentionType
Source§impl Default for RetentionType
impl Default for RetentionType
Source§fn default() -> RetentionType
fn default() -> RetentionType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RetentionType
impl RefUnwindSafe for RetentionType
impl Send for RetentionType
impl Sync for RetentionType
impl Unpin for RetentionType
impl UnwindSafe for RetentionType
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