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