pub struct AclDryRunOptions { /* private fields */ }
Expand description
Options for the acl_dryrun
command
Implementations§
Source§impl AclDryRunOptions
impl AclDryRunOptions
Trait Implementations§
Source§impl Default for AclDryRunOptions
impl Default for AclDryRunOptions
Source§fn default() -> AclDryRunOptions
fn default() -> AclDryRunOptions
Returns the “default value” for a type. Read more
Source§impl IntoArgs for AclDryRunOptions
impl IntoArgs for AclDryRunOptions
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations§
impl Freeze for AclDryRunOptions
impl RefUnwindSafe for AclDryRunOptions
impl Send for AclDryRunOptions
impl Sync for AclDryRunOptions
impl Unpin for AclDryRunOptions
impl UnwindSafe for AclDryRunOptions
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