pub struct PartitionCount(/* private fields */);Expand description
A finite durable partition count for one M4 partitioned step.
Implementations§
Trait Implementations§
Source§impl Clone for PartitionCount
impl Clone for PartitionCount
Source§fn clone(&self) -> PartitionCount
fn clone(&self) -> PartitionCount
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PartitionCount
Source§impl Debug for PartitionCount
impl Debug for PartitionCount
impl Eq for PartitionCount
Source§impl Hash for PartitionCount
impl Hash for PartitionCount
Source§impl Ord for PartitionCount
impl Ord for PartitionCount
Source§fn cmp(&self, other: &PartitionCount) -> Ordering
fn cmp(&self, other: &PartitionCount) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PartitionCount
impl PartialEq for PartitionCount
Source§impl PartialOrd for PartitionCount
impl PartialOrd for PartitionCount
impl StructuralPartialEq for PartitionCount
Auto Trait Implementations§
impl Freeze for PartitionCount
impl RefUnwindSafe for PartitionCount
impl Send for PartitionCount
impl Sync for PartitionCount
impl Unpin for PartitionCount
impl UnsafeUnpin for PartitionCount
impl UnwindSafe for PartitionCount
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