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