pub struct AccountRelation {
pub account_name: String,
pub matched_type: Option<String>,
pub instruction_count: usize,
pub category: AccountCategory,
}Fields§
§account_name: String§matched_type: Option<String>§instruction_count: usize§category: AccountCategoryTrait Implementations§
Source§impl Clone for AccountRelation
impl Clone for AccountRelation
Source§fn clone(&self) -> AccountRelation
fn clone(&self) -> AccountRelation
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 moreAuto Trait Implementations§
impl Freeze for AccountRelation
impl RefUnwindSafe for AccountRelation
impl Send for AccountRelation
impl Sync for AccountRelation
impl Unpin for AccountRelation
impl UnsafeUnpin for AccountRelation
impl UnwindSafe for AccountRelation
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