pub struct ScimListSchemaAttribute {
pub schemas: Vec<String>,
pub total_results: u64,
pub items_per_page: Option<NonZeroU64>,
pub start_index: Option<NonZeroU64>,
pub resources: Vec<ScimEntrySchemaAttribute>,
}
Fields§
§schemas: Vec<String>
§total_results: u64
§items_per_page: Option<NonZeroU64>
§start_index: Option<NonZeroU64>
§resources: Vec<ScimEntrySchemaAttribute>
Trait Implementations§
Source§impl Clone for ScimListSchemaAttribute
impl Clone for ScimListSchemaAttribute
Source§fn clone(&self) -> ScimListSchemaAttribute
fn clone(&self) -> ScimListSchemaAttribute
Returns a duplicate 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 ScimListSchemaAttribute
impl Debug for ScimListSchemaAttribute
Source§impl<'de> Deserialize<'de> for ScimListSchemaAttribute
impl<'de> Deserialize<'de> for ScimListSchemaAttribute
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 ScimListSchemaAttribute
impl RefUnwindSafe for ScimListSchemaAttribute
impl Send for ScimListSchemaAttribute
impl Sync for ScimListSchemaAttribute
impl Unpin for ScimListSchemaAttribute
impl UnwindSafe for ScimListSchemaAttribute
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