pub struct PrivateAccountResponseFees {
pub index_name: String,
pub kind: String,
pub value: PrivateAccountResponseFeesValue,
}Fields§
§index_name: String§kind: String§value: PrivateAccountResponseFeesValueTrait Implementations§
Source§impl Clone for PrivateAccountResponseFees
impl Clone for PrivateAccountResponseFees
Source§fn clone(&self) -> PrivateAccountResponseFees
fn clone(&self) -> PrivateAccountResponseFees
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 PrivateAccountResponseFees
impl Debug for PrivateAccountResponseFees
Source§impl Default for PrivateAccountResponseFees
impl Default for PrivateAccountResponseFees
Source§fn default() -> PrivateAccountResponseFees
fn default() -> PrivateAccountResponseFees
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateAccountResponseFees
impl<'de> Deserialize<'de> for PrivateAccountResponseFees
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
impl StructuralPartialEq for PrivateAccountResponseFees
Auto Trait Implementations§
impl Freeze for PrivateAccountResponseFees
impl RefUnwindSafe for PrivateAccountResponseFees
impl Send for PrivateAccountResponseFees
impl Sync for PrivateAccountResponseFees
impl Unpin for PrivateAccountResponseFees
impl UnwindSafe for PrivateAccountResponseFees
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