Struct kanidmd_lib::constants::groups::BuiltinGroup
source · pub struct BuiltinGroup {
pub name: &'static str,
pub description: &'static str,
pub uuid: Uuid,
pub members: Vec<Uuid>,
pub entry_managed_by: Option<Uuid>,
pub dyngroup: bool,
pub dyngroup_filter: Option<Filter>,
pub extra_attributes: Vec<(Attribute, Value)>,
}
Expand description
Built-in group definitions
Fields§
§name: &'static str
§description: &'static str
§uuid: Uuid
§members: Vec<Uuid>
§entry_managed_by: Option<Uuid>
§dyngroup: bool
§dyngroup_filter: Option<Filter>
§extra_attributes: Vec<(Attribute, Value)>
Trait Implementations§
source§impl Clone for BuiltinGroup
impl Clone for BuiltinGroup
source§fn clone(&self) -> BuiltinGroup
fn clone(&self) -> BuiltinGroup
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 BuiltinGroup
impl Debug for BuiltinGroup
source§impl Default for BuiltinGroup
impl Default for BuiltinGroup
source§fn default() -> BuiltinGroup
fn default() -> BuiltinGroup
Returns the “default value” for a type. Read more
source§impl TryFrom<BuiltinGroup> for EntryInitNew
impl TryFrom<BuiltinGroup> for EntryInitNew
source§type Error = OperationError
type Error = OperationError
The type returned in the event of a conversion error.
source§fn try_from(val: BuiltinGroup) -> Result<Self, OperationError>
fn try_from(val: BuiltinGroup) -> Result<Self, OperationError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for BuiltinGroup
impl RefUnwindSafe for BuiltinGroup
impl Send for BuiltinGroup
impl Sync for BuiltinGroup
impl Unpin for BuiltinGroup
impl UnwindSafe for BuiltinGroup
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