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