pub struct GetMyAdsParams {
pub item_id: Option<String>,
pub status: Option<String>,
pub side: Option<String>,
pub token_id: Option<String>,
pub page: Option<String>,
pub size: Option<String>,
pub currency_id: Option<String>,
}Fields§
§item_id: Option<String>§status: Option<String>§side: Option<String>§token_id: Option<String>§page: Option<String>§size: Option<String>§currency_id: Option<String>Trait Implementations§
Source§impl Clone for GetMyAdsParams
impl Clone for GetMyAdsParams
Source§fn clone(&self) -> GetMyAdsParams
fn clone(&self) -> GetMyAdsParams
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 GetMyAdsParams
impl Debug for GetMyAdsParams
Source§impl<'de> Deserialize<'de> for GetMyAdsParams
impl<'de> Deserialize<'de> for GetMyAdsParams
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
Auto Trait Implementations§
impl Freeze for GetMyAdsParams
impl RefUnwindSafe for GetMyAdsParams
impl Send for GetMyAdsParams
impl Sync for GetMyAdsParams
impl Unpin for GetMyAdsParams
impl UnsafeUnpin for GetMyAdsParams
impl UnwindSafe for GetMyAdsParams
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