Struct mandos::CheckAccounts [−][src]
pub struct CheckAccounts { pub other_accounts_allowed: bool, pub accounts: BTreeMap<AddressKey, CheckAccount>, }
Fields
other_accounts_allowed: bool
accounts: BTreeMap<AddressKey, CheckAccount>
Trait Implementations
impl Debug for CheckAccounts
[src]
impl Debug for CheckAccounts
[src]impl InterpretableFrom<CheckAccountsRaw> for CheckAccounts
[src]
impl InterpretableFrom<CheckAccountsRaw> for CheckAccounts
[src]fn interpret_from(from: CheckAccountsRaw, context: &InterpreterContext) -> Self
[src]
Auto Trait Implementations
impl RefUnwindSafe for CheckAccounts
impl Send for CheckAccounts
impl Sync for CheckAccounts
impl Unpin for CheckAccounts
impl UnwindSafe for CheckAccounts
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self