Struct okane_core::repl::AccountDeclaration
source · pub struct AccountDeclaration {
pub name: String,
pub details: Vec<AccountDetail>,
}Expand description
“account” directive to declare account information.
Fields§
§name: StringCanonical name of the account.
details: Vec<AccountDetail>sub-directives for the account.
Trait Implementations§
source§impl Debug for AccountDeclaration
impl Debug for AccountDeclaration
source§impl Display for AccountDeclaration
impl Display for AccountDeclaration
source§impl PartialEq for AccountDeclaration
impl PartialEq for AccountDeclaration
source§fn eq(&self, other: &AccountDeclaration) -> bool
fn eq(&self, other: &AccountDeclaration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for AccountDeclaration
impl StructuralEq for AccountDeclaration
impl StructuralPartialEq for AccountDeclaration
Auto Trait Implementations§
impl RefUnwindSafe for AccountDeclaration
impl Send for AccountDeclaration
impl Sync for AccountDeclaration
impl Unpin for AccountDeclaration
impl UnwindSafe for AccountDeclaration
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