pub struct AcmAccounts {
pub accounts: BTreeMap<String, AccountState>,
}Fields§
§accounts: BTreeMap<String, AccountState>Implementations§
Source§impl AcmAccounts
impl AcmAccounts
Trait Implementations§
Source§impl Debug for AcmAccounts
impl Debug for AcmAccounts
Source§impl Default for AcmAccounts
impl Default for AcmAccounts
Source§fn default() -> AcmAccounts
fn default() -> AcmAccounts
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AcmAccounts
impl<'de> Deserialize<'de> for AcmAccounts
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AcmAccounts
impl RefUnwindSafe for AcmAccounts
impl Send for AcmAccounts
impl Sync for AcmAccounts
impl Unpin for AcmAccounts
impl UnsafeUnpin for AcmAccounts
impl UnwindSafe for AcmAccounts
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