Enum kanidmd_lib::constants::entries::EntryClass
source · pub enum EntryClass {
Show 48 variants
AccessControlCreate,
AccessControlDelete,
AccessControlModify,
AccessControlProfile,
AccessControlReceiverEntryManager,
AccessControlReceiverGroup,
AccessControlSearch,
AccessControlTargetScope,
Account,
AccountPolicy,
Application,
AttributeType,
Builtin,
Class,
ClassType,
ClientCertificate,
Conflict,
DomainInfo,
DynGroup,
ExtensibleObject,
Group,
KeyProvider,
KeyProviderInternal,
KeyObject,
KeyObjectJwtEs256,
KeyObjectJweA128GCM,
KeyObjectInternal,
MemberOf,
OAuth2ResourceServer,
OAuth2ResourceServerBasic,
OAuth2ResourceServerPublic,
OAuth2DeviceCodeSession,
Object,
OrgPerson,
Person,
PosixAccount,
PosixGroup,
Recycled,
Service,
ServiceAccount,
SyncAccount,
SyncObject,
Tombstone,
User,
System,
SystemInfo,
SystemConfig,
TestClass,
}
Variants§
AccessControlCreate
AccessControlDelete
AccessControlModify
AccessControlProfile
AccessControlReceiverEntryManager
AccessControlReceiverGroup
AccessControlSearch
AccessControlTargetScope
Account
AccountPolicy
Application
AttributeType
Builtin
Class
ClassType
ClientCertificate
Conflict
DomainInfo
DynGroup
ExtensibleObject
Group
KeyProvider
KeyProviderInternal
KeyObject
KeyObjectJwtEs256
KeyObjectJweA128GCM
KeyObjectInternal
MemberOf
OAuth2ResourceServer
OAuth2ResourceServerBasic
OAuth2ResourceServerPublic
OAuth2DeviceCodeSession
Object
OrgPerson
Person
PosixAccount
PosixGroup
Recycled
Service
ServiceAccount
SyncAccount
SyncObject
Tombstone
User
System
SystemInfo
SystemConfig
TestClass
Implementations§
source§impl EntryClass
impl EntryClass
pub fn to_value(self) -> Value
pub fn to_partialvalue(self) -> PartialValue
Trait Implementations§
source§impl AsRef<str> for EntryClass
impl AsRef<str> for EntryClass
source§impl Clone for EntryClass
impl Clone for EntryClass
source§fn clone(&self) -> EntryClass
fn clone(&self) -> EntryClass
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 EntryClass
impl Debug for EntryClass
source§impl Display for EntryClass
impl Display for EntryClass
source§impl From<&EntryClass> for &'static str
impl From<&EntryClass> for &'static str
source§fn from(value: &EntryClass) -> Self
fn from(value: &EntryClass) -> Self
Converts to this type from the input type.
source§impl From<EntryClass> for &'static str
impl From<EntryClass> for &'static str
source§fn from(val: EntryClass) -> Self
fn from(val: EntryClass) -> Self
Converts to this type from the input type.
source§impl From<EntryClass> for PartialValue
impl From<EntryClass> for PartialValue
source§fn from(val: EntryClass) -> Self
fn from(val: EntryClass) -> Self
Converts to this type from the input type.
source§impl From<EntryClass> for AttrString
impl From<EntryClass> for AttrString
source§fn from(val: EntryClass) -> Self
fn from(val: EntryClass) -> Self
Converts to this type from the input type.
source§impl From<EntryClass> for String
impl From<EntryClass> for String
source§fn from(val: EntryClass) -> Self
fn from(val: EntryClass) -> Self
Converts to this type from the input type.
source§impl From<EntryClass> for Value
impl From<EntryClass> for Value
source§fn from(val: EntryClass) -> Self
fn from(val: EntryClass) -> Self
Converts to this type from the input type.
impl Copy for EntryClass
Auto Trait Implementations§
impl Freeze for EntryClass
impl RefUnwindSafe for EntryClass
impl Send for EntryClass
impl Sync for EntryClass
impl Unpin for EntryClass
impl UnwindSafe for EntryClass
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<T> FutureExt for T
impl<T> FutureExt for T
§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
§impl<I> IntoResettable<String> for I
impl<I> IntoResettable<String> for I
§fn into_resettable(self) -> Resettable<String>
fn into_resettable(self) -> Resettable<String>
Convert to the intended resettable type