pub struct QueryMaxBorrowResponse {
pub amount: Option<String>,
pub borrow_limit: Option<String>,
}Fields§
§amount: Option<String>§borrow_limit: Option<String>Implementations§
Source§impl QueryMaxBorrowResponse
impl QueryMaxBorrowResponse
pub fn new() -> QueryMaxBorrowResponse
Trait Implementations§
Source§impl Clone for QueryMaxBorrowResponse
impl Clone for QueryMaxBorrowResponse
Source§fn clone(&self) -> QueryMaxBorrowResponse
fn clone(&self) -> QueryMaxBorrowResponse
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 Debug for QueryMaxBorrowResponse
impl Debug for QueryMaxBorrowResponse
Source§impl Default for QueryMaxBorrowResponse
impl Default for QueryMaxBorrowResponse
Source§fn default() -> QueryMaxBorrowResponse
fn default() -> QueryMaxBorrowResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryMaxBorrowResponse
impl<'de> Deserialize<'de> for QueryMaxBorrowResponse
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 QueryMaxBorrowResponse
impl PartialEq for QueryMaxBorrowResponse
Source§fn eq(&self, other: &QueryMaxBorrowResponse) -> bool
fn eq(&self, other: &QueryMaxBorrowResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for QueryMaxBorrowResponse
impl Serialize for QueryMaxBorrowResponse
impl StructuralPartialEq for QueryMaxBorrowResponse
Auto Trait Implementations§
impl Freeze for QueryMaxBorrowResponse
impl RefUnwindSafe for QueryMaxBorrowResponse
impl Send for QueryMaxBorrowResponse
impl Sync for QueryMaxBorrowResponse
impl Unpin for QueryMaxBorrowResponse
impl UnsafeUnpin for QueryMaxBorrowResponse
impl UnwindSafe for QueryMaxBorrowResponse
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