pub enum LineReason {
RegularItemPositionStandardCase,
SubtotalOrGroup,
ForInformationOnly,
}Variants§
RegularItemPositionStandardCase
Regular item position (standard case)
SubtotalOrGroup
Subtotal or group
ForInformationOnly
For information only
Trait Implementations§
Source§impl Clone for LineReason
impl Clone for LineReason
Source§fn clone(&self) -> LineReason
fn clone(&self) -> LineReason
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 LineReason
impl Debug for LineReason
Source§impl Description for LineReason
impl Description for LineReason
fn description(self) -> &'static str
Source§impl Display for LineReason
impl Display for LineReason
Source§impl FromCode for LineReason
impl FromCode for LineReason
Source§impl FromStr for LineReason
impl FromStr for LineReason
Source§impl Hash for LineReason
impl Hash for LineReason
Source§impl Ord for LineReason
impl Ord for LineReason
Source§fn cmp(&self, other: &LineReason) -> Ordering
fn cmp(&self, other: &LineReason) -> 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 LineReason
impl PartialEq for LineReason
Source§impl PartialOrd for LineReason
impl PartialOrd for LineReason
impl Copy for LineReason
impl Eq for LineReason
impl StructuralPartialEq for LineReason
Auto Trait Implementations§
impl Freeze for LineReason
impl RefUnwindSafe for LineReason
impl Send for LineReason
impl Sync for LineReason
impl Unpin for LineReason
impl UnwindSafe for LineReason
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