pub struct ScimListResponse {
pub schemas: Vec<String>,
pub total_results: u64,
pub items_per_page: Option<NonZeroU64>,
pub start_index: Option<NonZeroU64>,
pub resources: Vec<ScimEntryKanidm>,
}
Fields§
§schemas: Vec<String>
§total_results: u64
§items_per_page: Option<NonZeroU64>
§start_index: Option<NonZeroU64>
§resources: Vec<ScimEntryKanidm>
Trait Implementations§
Source§impl Clone for ScimListResponse
impl Clone for ScimListResponse
Source§fn clone(&self) -> ScimListResponse
fn clone(&self) -> ScimListResponse
Returns a copy 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 ScimListResponse
impl Debug for ScimListResponse
Source§impl Default for ScimListResponse
impl Default for ScimListResponse
Source§fn default() -> ScimListResponse
fn default() -> ScimListResponse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ScimListResponse
impl RefUnwindSafe for ScimListResponse
impl Send for ScimListResponse
impl Sync for ScimListResponse
impl Unpin for ScimListResponse
impl UnwindSafe for ScimListResponse
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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