Struct kanidmd_lib::constants::entries::BuiltinAccount
source · pub struct BuiltinAccount {
pub account_type: AccountType,
pub entry_managed_by: Option<Uuid>,
pub name: &'static str,
pub uuid: Uuid,
pub description: &'static str,
pub displayname: &'static str,
}
Expand description
Built in accounts such as anonymous, idm_admin and admin
Fields§
§account_type: AccountType
§entry_managed_by: Option<Uuid>
§name: &'static str
§uuid: Uuid
§description: &'static str
§displayname: &'static str
Trait Implementations§
source§impl Clone for BuiltinAccount
impl Clone for BuiltinAccount
source§fn clone(&self) -> BuiltinAccount
fn clone(&self) -> BuiltinAccount
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 BuiltinAccount
impl Debug for BuiltinAccount
source§impl Default for BuiltinAccount
impl Default for BuiltinAccount
source§impl From<BuiltinAccount> for Account
impl From<BuiltinAccount> for Account
source§fn from(value: BuiltinAccount) -> Self
fn from(value: BuiltinAccount) -> Self
Converts to this type from the input type.
source§impl From<BuiltinAccount> for EntryInitNew
impl From<BuiltinAccount> for EntryInitNew
source§fn from(value: BuiltinAccount) -> Self
fn from(value: BuiltinAccount) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BuiltinAccount
impl RefUnwindSafe for BuiltinAccount
impl Send for BuiltinAccount
impl Sync for BuiltinAccount
impl Unpin for BuiltinAccount
impl UnwindSafe for BuiltinAccount
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