pub struct GetSentTopicsParams {
pub page: Option<String>,
}Expand description
Optional query parameters for GetSentTopics.
Fields§
§page: Option<String>Trait Implementations§
Source§impl Clone for GetSentTopicsParams
impl Clone for GetSentTopicsParams
Source§fn clone(&self) -> GetSentTopicsParams
fn clone(&self) -> GetSentTopicsParams
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 GetSentTopicsParams
impl Debug for GetSentTopicsParams
Source§impl Default for GetSentTopicsParams
impl Default for GetSentTopicsParams
Source§fn default() -> GetSentTopicsParams
fn default() -> GetSentTopicsParams
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetSentTopicsParams
impl PartialEq for GetSentTopicsParams
impl StructuralPartialEq for GetSentTopicsParams
Auto Trait Implementations§
impl Freeze for GetSentTopicsParams
impl RefUnwindSafe for GetSentTopicsParams
impl Send for GetSentTopicsParams
impl Sync for GetSentTopicsParams
impl Unpin for GetSentTopicsParams
impl UnsafeUnpin for GetSentTopicsParams
impl UnwindSafe for GetSentTopicsParams
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