pub struct AutoPosting {
pub account_name: Vec<String>,
pub is_virtual: bool,
pub amount: Amount,
pub is_mul: bool,
}
Fields§
§account_name: Vec<String>
§is_virtual: bool
§amount: Amount
§is_mul: bool
Trait Implementations§
Source§impl Clone for AutoPosting
impl Clone for AutoPosting
Source§fn clone(&self) -> AutoPosting
fn clone(&self) -> AutoPosting
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 AutoPosting
impl Debug for AutoPosting
Source§impl PartialEq for AutoPosting
impl PartialEq for AutoPosting
impl StructuralPartialEq for AutoPosting
Auto Trait Implementations§
impl Freeze for AutoPosting
impl RefUnwindSafe for AutoPosting
impl Send for AutoPosting
impl Sync for AutoPosting
impl Unpin for AutoPosting
impl UnwindSafe for AutoPosting
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