pub struct CommandRule { /* private fields */ }Expand description
A rule for when a command is safe
Implementations§
Source§impl CommandRule
impl CommandRule
Sourcepub fn with_forbidden_options(options: Vec<&str>) -> Self
pub fn with_forbidden_options(options: Vec<&str>) -> Self
Creates a rule with forbidden options
Trait Implementations§
Source§impl Clone for CommandRule
impl Clone for CommandRule
Source§fn clone(&self) -> CommandRule
fn clone(&self) -> CommandRule
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CommandRule
impl RefUnwindSafe for CommandRule
impl Send for CommandRule
impl Sync for CommandRule
impl Unpin for CommandRule
impl UnsafeUnpin for CommandRule
impl UnwindSafe for CommandRule
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