Enum orca::TargetServer [−][src]
pub enum TargetServer {
Kanidm(KaniHttpServer),
KanidmLdap(Box<KaniLdapServer>),
DirSrv(DirectoryServer),
}
Variants
Kanidm(KaniHttpServer)
Tuple Fields of Kanidm
KanidmLdap(Box<KaniLdapServer>)
Tuple Fields of KanidmLdap
0: Box<KaniLdapServer>
DirSrv(DirectoryServer)
Tuple Fields of DirSrv
Implementations
pub(crate) async fn setup_admin_precreate_entities(
&self,
targets: &HashSet<Uuid>,
all_entities: &HashMap<Uuid, Entity>
) -> Result<(), ()>
pub(crate) async fn setup_access_controls(
&self,
access: &HashMap<Uuid, Vec<EntityType>>,
all_entities: &HashMap<Uuid, Entity>
) -> Result<(), ()>
Auto Trait Implementations
impl !RefUnwindSafe for TargetServer
impl Send for TargetServer
impl Sync for TargetServer
impl Unpin for TargetServer
impl !UnwindSafe for TargetServer
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more