pub enum AgingMethod {
Current,
ReportDate,
}Expand description
Represents different aging methods for reports.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AgingMethod
impl Clone for AgingMethod
Source§fn clone(&self) -> AgingMethod
fn clone(&self) -> AgingMethod
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 AgingMethod
impl Debug for AgingMethod
Source§impl<'de> Deserialize<'de> for AgingMethod
impl<'de> Deserialize<'de> for AgingMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for AgingMethod
impl Display for AgingMethod
Source§impl PartialEq for AgingMethod
impl PartialEq for AgingMethod
Source§impl Serialize for AgingMethod
impl Serialize for AgingMethod
impl Copy for AgingMethod
impl Eq for AgingMethod
impl StructuralPartialEq for AgingMethod
Auto Trait Implementations§
impl Freeze for AgingMethod
impl RefUnwindSafe for AgingMethod
impl Send for AgingMethod
impl Sync for AgingMethod
impl Unpin for AgingMethod
impl UnwindSafe for AgingMethod
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