pub struct AccountMaterials(/* private fields */);
Expand description
The account’s material storage.
Implementations§
Source§impl AccountMaterials
impl AccountMaterials
pub fn get<C>(client: &C) -> C::Resultwhere
C: ClientExecutor<Self>,
Trait Implementations§
Source§impl Clone for AccountMaterials
impl Clone for AccountMaterials
Source§fn clone(&self) -> AccountMaterials
fn clone(&self) -> AccountMaterials
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 AccountMaterials
impl Debug for AccountMaterials
Source§impl<'de> Deserialize<'de> for AccountMaterials
impl<'de> Deserialize<'de> for AccountMaterials
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 AccountMaterials
impl RefUnwindSafe for AccountMaterials
impl Send for AccountMaterials
impl Sync for AccountMaterials
impl Unpin for AccountMaterials
impl UnwindSafe for AccountMaterials
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