pub struct OrganizationListListMetadata {
pub before: Option<String>,
pub after: Option<String>,
}Expand description
Pagination cursors for navigating between pages of results.
Fields§
§before: Option<String>An object ID that defines your place in the list. When the ID is not present, you are at the start of the list.
after: Option<String>An object ID that defines your place in the list. When the ID is not present, you are at the end of the list.
Trait Implementations§
Source§impl Clone for OrganizationListListMetadata
impl Clone for OrganizationListListMetadata
Source§fn clone(&self) -> OrganizationListListMetadata
fn clone(&self) -> OrganizationListListMetadata
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 OrganizationListListMetadata
impl Debug for OrganizationListListMetadata
Source§impl<'de> Deserialize<'de> for OrganizationListListMetadata
impl<'de> Deserialize<'de> for OrganizationListListMetadata
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
Auto Trait Implementations§
impl Freeze for OrganizationListListMetadata
impl RefUnwindSafe for OrganizationListListMetadata
impl Send for OrganizationListListMetadata
impl Sync for OrganizationListListMetadata
impl Unpin for OrganizationListListMetadata
impl UnsafeUnpin for OrganizationListListMetadata
impl UnwindSafe for OrganizationListListMetadata
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