pub enum PostingSide {
Debit,
Credit,
}Variants§
Trait Implementations§
Source§impl Clone for PostingSide
impl Clone for PostingSide
Source§fn clone(&self) -> PostingSide
fn clone(&self) -> PostingSide
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PostingSide
impl Debug for PostingSide
Source§impl PartialEq for PostingSide
impl PartialEq for PostingSide
Source§fn eq(&self, other: &PostingSide) -> bool
fn eq(&self, other: &PostingSide) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PostingSide
impl Eq for PostingSide
impl StructuralPartialEq for PostingSide
Auto Trait Implementations§
impl Freeze for PostingSide
impl RefUnwindSafe for PostingSide
impl Send for PostingSide
impl Sync for PostingSide
impl Unpin for PostingSide
impl UnsafeUnpin for PostingSide
impl UnwindSafe for PostingSide
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