Enum ledger_parser::CommodityPosition [−][src]
pub enum CommodityPosition {
Left,
Right,
}
Variants
Left
Right
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CommodityPosition
impl Send for CommodityPosition
impl Sync for CommodityPosition
impl Unpin for CommodityPosition
impl UnwindSafe for CommodityPosition
Blanket Implementations
Mutably borrows from an owned value. Read more