pub struct SetLdapUsers;Expand description
p4 admin setldapusers: convert existing non-super users to LDAP
authentication. Added in p4 2015.1.
Trait Implementations§
Source§impl Clone for SetLdapUsers
impl Clone for SetLdapUsers
Source§impl Debug for SetLdapUsers
impl Debug for SetLdapUsers
Source§impl Default for SetLdapUsers
impl Default for SetLdapUsers
Source§impl SubCommand for SetLdapUsers
Available on non-crate feature lt2015_1 only.
impl SubCommand for SetLdapUsers
Available on non-crate feature
lt2015_1 only.fn name(&self) -> &str
fn inject_local_args(&self, _: &mut Command)
fn global_opts(&self) -> Option<&GlobalOpts>
fn inject_args(&self, command: &mut Command)
fn setup_command<S: AsRef<OsStr>>(&self, bin: S) -> Command
Auto Trait Implementations§
impl Freeze for SetLdapUsers
impl RefUnwindSafe for SetLdapUsers
impl Send for SetLdapUsers
impl Sync for SetLdapUsers
impl Unpin for SetLdapUsers
impl UnsafeUnpin for SetLdapUsers
impl UnwindSafe for SetLdapUsers
Blanket Implementations§
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