pub enum CreatePlanTransformUsageRound {
Down,
Up,
}
Expand description
After division, either round the result up
or down
.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CreatePlanTransformUsageRound
impl Clone for CreatePlanTransformUsageRound
Source§fn clone(&self) -> CreatePlanTransformUsageRound
fn clone(&self) -> CreatePlanTransformUsageRound
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 PartialEq for CreatePlanTransformUsageRound
impl PartialEq for CreatePlanTransformUsageRound
Source§fn eq(&self, other: &CreatePlanTransformUsageRound) -> bool
fn eq(&self, other: &CreatePlanTransformUsageRound) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreatePlanTransformUsageRound
impl Eq for CreatePlanTransformUsageRound
impl StructuralPartialEq for CreatePlanTransformUsageRound
Auto Trait Implementations§
impl Freeze for CreatePlanTransformUsageRound
impl RefUnwindSafe for CreatePlanTransformUsageRound
impl Send for CreatePlanTransformUsageRound
impl Sync for CreatePlanTransformUsageRound
impl Unpin for CreatePlanTransformUsageRound
impl UnwindSafe for CreatePlanTransformUsageRound
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