pub struct TransformRounds(pub u64);Expand description
Number of times the composite key must be transformed.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for TransformRounds
impl Clone for TransformRounds
Source§fn clone(&self) -> TransformRounds
fn clone(&self) -> TransformRounds
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 TransformRounds
impl Debug for TransformRounds
Source§impl Ord for TransformRounds
impl Ord for TransformRounds
Source§fn cmp(&self, other: &TransformRounds) -> Ordering
fn cmp(&self, other: &TransformRounds) -> Ordering
1.21.0 · 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 TransformRounds
impl PartialEq for TransformRounds
Source§impl PartialOrd for TransformRounds
impl PartialOrd for TransformRounds
impl Eq for TransformRounds
impl StructuralPartialEq for TransformRounds
Auto Trait Implementations§
impl Freeze for TransformRounds
impl RefUnwindSafe for TransformRounds
impl Send for TransformRounds
impl Sync for TransformRounds
impl Unpin for TransformRounds
impl UnwindSafe for TransformRounds
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