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