Enum mssf_core::runtime::stateless::PartitionKind
source · pub enum PartitionKind {
Invalid,
Singleton(SingletonPartitionInfo),
Int64Range(Int64PartitionInfo),
Named(NamedPartitionInfo),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PartitionKind
impl RefUnwindSafe for PartitionKind
impl Send for PartitionKind
impl Sync for PartitionKind
impl Unpin for PartitionKind
impl UnwindSafe for PartitionKind
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