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