pub struct QueryMaxTransferOutAmountResponse {
pub amount: Option<String>,
}Fields§
§amount: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for QueryMaxTransferOutAmountResponse
impl Clone for QueryMaxTransferOutAmountResponse
Source§fn clone(&self) -> QueryMaxTransferOutAmountResponse
fn clone(&self) -> QueryMaxTransferOutAmountResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for QueryMaxTransferOutAmountResponse
impl Default for QueryMaxTransferOutAmountResponse
Source§fn default() -> QueryMaxTransferOutAmountResponse
fn default() -> QueryMaxTransferOutAmountResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryMaxTransferOutAmountResponse
impl<'de> Deserialize<'de> for QueryMaxTransferOutAmountResponse
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 QueryMaxTransferOutAmountResponse
impl PartialEq for QueryMaxTransferOutAmountResponse
Source§fn eq(&self, other: &QueryMaxTransferOutAmountResponse) -> bool
fn eq(&self, other: &QueryMaxTransferOutAmountResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QueryMaxTransferOutAmountResponse
Auto Trait Implementations§
impl Freeze for QueryMaxTransferOutAmountResponse
impl RefUnwindSafe for QueryMaxTransferOutAmountResponse
impl Send for QueryMaxTransferOutAmountResponse
impl Sync for QueryMaxTransferOutAmountResponse
impl Unpin for QueryMaxTransferOutAmountResponse
impl UnsafeUnpin for QueryMaxTransferOutAmountResponse
impl UnwindSafe for QueryMaxTransferOutAmountResponse
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