Struct kanidm_proto::scim_v1::server::ScimReference
source · pub struct ScimReference {
pub uuid: Uuid,
pub value: String,
}
Fields§
§uuid: Uuid
§value: String
Trait Implementations§
source§impl Clone for ScimReference
impl Clone for ScimReference
source§fn clone(&self) -> ScimReference
fn clone(&self) -> ScimReference
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 ScimReference
impl Debug for ScimReference
source§impl PartialEq for ScimReference
impl PartialEq for ScimReference
source§impl Serialize for ScimReference
impl Serialize for ScimReference
source§impl<'__s> ToSchema<'__s> for ScimReference
impl<'__s> ToSchema<'__s> for ScimReference
impl Eq for ScimReference
impl StructuralPartialEq for ScimReference
Auto Trait Implementations§
impl Freeze for ScimReference
impl RefUnwindSafe for ScimReference
impl Send for ScimReference
impl Sync for ScimReference
impl Unpin for ScimReference
impl UnwindSafe for ScimReference
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.