pub struct CardProductListResponse {
pub data: Vec<CardProduct>,
}Fields§
§data: Vec<CardProduct>Trait Implementations§
Source§impl Clone for CardProductListResponse
impl Clone for CardProductListResponse
Source§fn clone(&self) -> CardProductListResponse
fn clone(&self) -> CardProductListResponse
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 CardProductListResponse
impl Debug for CardProductListResponse
Source§impl<'de> Deserialize<'de> for CardProductListResponse
impl<'de> Deserialize<'de> for CardProductListResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<CardProductListResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<CardProductListResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CardProductListResponse
impl RefUnwindSafe for CardProductListResponse
impl Send for CardProductListResponse
impl Sync for CardProductListResponse
impl Unpin for CardProductListResponse
impl UnsafeUnpin for CardProductListResponse
impl UnwindSafe for CardProductListResponse
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