pub struct UserOrganizationMembershipBaseListListMetadata {
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 UserOrganizationMembershipBaseListListMetadata
impl Clone for UserOrganizationMembershipBaseListListMetadata
Source§fn clone(&self) -> UserOrganizationMembershipBaseListListMetadata
fn clone(&self) -> UserOrganizationMembershipBaseListListMetadata
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<'de> Deserialize<'de> for UserOrganizationMembershipBaseListListMetadata
impl<'de> Deserialize<'de> for UserOrganizationMembershipBaseListListMetadata
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 UserOrganizationMembershipBaseListListMetadata
impl RefUnwindSafe for UserOrganizationMembershipBaseListListMetadata
impl Send for UserOrganizationMembershipBaseListListMetadata
impl Sync for UserOrganizationMembershipBaseListListMetadata
impl Unpin for UserOrganizationMembershipBaseListListMetadata
impl UnsafeUnpin for UserOrganizationMembershipBaseListListMetadata
impl UnwindSafe for UserOrganizationMembershipBaseListListMetadata
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