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