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