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