Struct kanidm_proto::scim_v1::ScimEntryGetQuery
source · pub struct ScimEntryGetQuery {
pub attributes: Option<Vec<Attribute>>,
}
Expand description
SCIM Query Parameters used during the get of a single entry
Fields§
§attributes: Option<Vec<Attribute>>
Trait Implementations§
source§impl Debug for ScimEntryGetQuery
impl Debug for ScimEntryGetQuery
source§impl Default for ScimEntryGetQuery
impl Default for ScimEntryGetQuery
source§fn default() -> ScimEntryGetQuery
fn default() -> ScimEntryGetQuery
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ScimEntryGetQuery
impl<'de> Deserialize<'de> for ScimEntryGetQuery
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 ScimEntryGetQuery
impl RefUnwindSafe for ScimEntryGetQuery
impl Send for ScimEntryGetQuery
impl Sync for ScimEntryGetQuery
impl Unpin for ScimEntryGetQuery
impl UnwindSafe for ScimEntryGetQuery
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> 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