Enum orca::TargetServerBuilder
source · [−]pub enum TargetServerBuilder {
Kanidm(String, String),
KanidmLdap(String, String, String, String),
DirSrv(String, String, String),
}
Variants
Kanidm(String, String)
KanidmLdap(String, String, String, String)
DirSrv(String, String, String)
Implementations
sourceimpl TargetServerBuilder
impl TargetServerBuilder
pub fn build(self) -> Result<TargetServer, ()>
Auto Trait Implementations
impl RefUnwindSafe for TargetServerBuilder
impl Send for TargetServerBuilder
impl Sync for TargetServerBuilder
impl Unpin for TargetServerBuilder
impl UnwindSafe for TargetServerBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more