GetUuid
kanidmd_
lib
1.6.0-dev
GetUuid
Required Methods
get_uuid
Implementors
In kanidmd_
lib::
entry
Structs
Entry
EntryCommitted
EntryIncremental
EntryInit
EntryInvalid
EntryNew
EntryReduced
EntryRefresh
EntrySealed
EntryValid
Set
Traits
Committed
GetUuid
Type Aliases
Eattrs
EntryIncrementalCommitted
EntryIncrementalNew
EntryInitNew
EntryInvalidCommitted
EntryInvalidNew
EntryReducedCommitted
EntryRefreshNew
EntrySealedCommitted
EntrySealedNew
EntryTuple
EntryValidCommitted
kanidmd_lib
::
entry
Trait
GetUuid
Copy item path
Settings
Help
Summary
Source
pub trait GetUuid { // Required method fn
get_uuid
(&self) ->
Uuid
; }
Required Methods
§
Source
fn
get_uuid
(&self) ->
Uuid
Implementors
§
Source
§
impl
GetUuid
for
Entry
<
EntryReduced
,
EntryCommitted
>
Source
§
impl<STATE>
GetUuid
for
Entry
<
EntrySealed
, STATE>
where STATE:
Clone
,