Struct sep2_common::packages::types::Percent
source · pub struct Percent(/* private fields */);
Expand description
Used for percentages, specified in hundredths of a percent, 0 to 10 000. (10 000 = 100%)
Implementations§
Trait Implementations§
source§impl PartialEq<Percent> for Percent
impl PartialEq<Percent> for Percent
impl Copy for Percent
impl Eq for Percent
impl StructuralEq for Percent
impl StructuralPartialEq for Percent
Auto Trait Implementations§
impl RefUnwindSafe for Percent
impl Send for Percent
impl Sync for Percent
impl Unpin for Percent
impl UnwindSafe for Percent
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