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