pub struct ListContentReportsParams {
pub limit: Option<i64>,
pub cursor: Option<String>,
}Expand description
Query and header parameters for listContentReports.
Fields§
§limit: Option<i64>§cursor: Option<String>Trait Implementations§
Source§impl Clone for ListContentReportsParams
impl Clone for ListContentReportsParams
Source§fn clone(&self) -> ListContentReportsParams
fn clone(&self) -> ListContentReportsParams
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 ListContentReportsParams
impl Debug for ListContentReportsParams
Source§impl Default for ListContentReportsParams
impl Default for ListContentReportsParams
Source§fn default() -> ListContentReportsParams
fn default() -> ListContentReportsParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListContentReportsParams
impl<'de> Deserialize<'de> for ListContentReportsParams
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
Source§impl PartialEq for ListContentReportsParams
impl PartialEq for ListContentReportsParams
Source§impl Serialize for ListContentReportsParams
impl Serialize for ListContentReportsParams
impl StructuralPartialEq for ListContentReportsParams
Auto Trait Implementations§
impl Freeze for ListContentReportsParams
impl RefUnwindSafe for ListContentReportsParams
impl Send for ListContentReportsParams
impl Sync for ListContentReportsParams
impl Unpin for ListContentReportsParams
impl UnsafeUnpin for ListContentReportsParams
impl UnwindSafe for ListContentReportsParams
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