pub struct ApiDetectsQueryPaging {
pub after: Option<String>,
pub limit: i32,
pub offset: Option<String>,
}Fields§
§after: Option<String>§limit: i32§offset: Option<String>Implementations§
Source§impl ApiDetectsQueryPaging
impl ApiDetectsQueryPaging
pub fn new(limit: i32) -> ApiDetectsQueryPaging
Trait Implementations§
Source§impl Clone for ApiDetectsQueryPaging
impl Clone for ApiDetectsQueryPaging
Source§fn clone(&self) -> ApiDetectsQueryPaging
fn clone(&self) -> ApiDetectsQueryPaging
Returns a duplicate of the value. Read more
1.0.0 · 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 ApiDetectsQueryPaging
impl Debug for ApiDetectsQueryPaging
Source§impl Default for ApiDetectsQueryPaging
impl Default for ApiDetectsQueryPaging
Source§fn default() -> ApiDetectsQueryPaging
fn default() -> ApiDetectsQueryPaging
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApiDetectsQueryPaging
impl<'de> Deserialize<'de> for ApiDetectsQueryPaging
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 ApiDetectsQueryPaging
impl PartialEq for ApiDetectsQueryPaging
Source§impl Serialize for ApiDetectsQueryPaging
impl Serialize for ApiDetectsQueryPaging
impl StructuralPartialEq for ApiDetectsQueryPaging
Auto Trait Implementations§
impl Freeze for ApiDetectsQueryPaging
impl RefUnwindSafe for ApiDetectsQueryPaging
impl Send for ApiDetectsQueryPaging
impl Sync for ApiDetectsQueryPaging
impl Unpin for ApiDetectsQueryPaging
impl UnwindSafe for ApiDetectsQueryPaging
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