pub struct PaginatedAssetsResponse {
pub total: Option<f64>,
pub data: UnmanagedWallet,
pub next: Option<String>,
}
Fields§
§total: Option<f64>
Total number of assets in the internal wallet
data: UnmanagedWallet
§next: Option<String>
Cursor for the next page of results
Implementations§
Source§impl PaginatedAssetsResponse
impl PaginatedAssetsResponse
pub fn new(data: UnmanagedWallet) -> PaginatedAssetsResponse
Trait Implementations§
Source§impl Clone for PaginatedAssetsResponse
impl Clone for PaginatedAssetsResponse
Source§fn clone(&self) -> PaginatedAssetsResponse
fn clone(&self) -> PaginatedAssetsResponse
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 PaginatedAssetsResponse
impl Debug for PaginatedAssetsResponse
Source§impl Default for PaginatedAssetsResponse
impl Default for PaginatedAssetsResponse
Source§fn default() -> PaginatedAssetsResponse
fn default() -> PaginatedAssetsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PaginatedAssetsResponse
impl<'de> Deserialize<'de> for PaginatedAssetsResponse
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 PaginatedAssetsResponse
impl PartialEq for PaginatedAssetsResponse
Source§impl Serialize for PaginatedAssetsResponse
impl Serialize for PaginatedAssetsResponse
impl StructuralPartialEq for PaginatedAssetsResponse
Auto Trait Implementations§
impl Freeze for PaginatedAssetsResponse
impl RefUnwindSafe for PaginatedAssetsResponse
impl Send for PaginatedAssetsResponse
impl Sync for PaginatedAssetsResponse
impl Unpin for PaginatedAssetsResponse
impl UnwindSafe for PaginatedAssetsResponse
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