pub enum PostingType {
Real,
Virtual,
VirtualMustBalance,
}Variants§
Trait Implementations§
Source§impl Clone for PostingType
impl Clone for PostingType
Source§fn clone(&self) -> PostingType
fn clone(&self) -> PostingType
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 moreimpl Copy for PostingType
Source§impl Debug for PostingType
impl Debug for PostingType
impl Eq for PostingType
Source§impl PartialEq for PostingType
impl PartialEq for PostingType
impl StructuralPartialEq for PostingType
Auto Trait Implementations§
impl Freeze for PostingType
impl RefUnwindSafe for PostingType
impl Send for PostingType
impl Sync for PostingType
impl Unpin for PostingType
impl UnsafeUnpin for PostingType
impl UnwindSafe for PostingType
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