pub struct RespAppsMetadata {
pub record_count: Option<i32>,
pub record_limit: Option<i32>,
pub records_skipped: Option<i32>,
pub order_by: Option<String>,
pub start_after: Option<String>,
pub total_count: Option<i32>,
}Fields§
§record_count: Option<i32>§record_limit: Option<i32>§records_skipped: Option<i32>§order_by: Option<String>§start_after: Option<String>§total_count: Option<i32>Implementations§
Source§impl RespAppsMetadata
impl RespAppsMetadata
pub fn new() -> RespAppsMetadata
Trait Implementations§
Source§impl Clone for RespAppsMetadata
impl Clone for RespAppsMetadata
Source§fn clone(&self) -> RespAppsMetadata
fn clone(&self) -> RespAppsMetadata
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 RespAppsMetadata
impl Debug for RespAppsMetadata
Source§impl Default for RespAppsMetadata
impl Default for RespAppsMetadata
Source§fn default() -> RespAppsMetadata
fn default() -> RespAppsMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RespAppsMetadata
impl<'de> Deserialize<'de> for RespAppsMetadata
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 RespAppsMetadata
impl PartialEq for RespAppsMetadata
Source§impl Serialize for RespAppsMetadata
impl Serialize for RespAppsMetadata
impl StructuralPartialEq for RespAppsMetadata
Auto Trait Implementations§
impl Freeze for RespAppsMetadata
impl RefUnwindSafe for RespAppsMetadata
impl Send for RespAppsMetadata
impl Sync for RespAppsMetadata
impl Unpin for RespAppsMetadata
impl UnsafeUnpin for RespAppsMetadata
impl UnwindSafe for RespAppsMetadata
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