pub struct AlwaysAllowRules {
pub command: Vec<String>,
}Fields§
§command: Vec<String>Trait Implementations§
Source§impl Clone for AlwaysAllowRules
impl Clone for AlwaysAllowRules
Source§fn clone(&self) -> AlwaysAllowRules
fn clone(&self) -> AlwaysAllowRules
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AlwaysAllowRules
impl Debug for AlwaysAllowRules
Source§impl Default for AlwaysAllowRules
impl Default for AlwaysAllowRules
Source§fn default() -> AlwaysAllowRules
fn default() -> AlwaysAllowRules
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AlwaysAllowRules
impl RefUnwindSafe for AlwaysAllowRules
impl Send for AlwaysAllowRules
impl Sync for AlwaysAllowRules
impl Unpin for AlwaysAllowRules
impl UnsafeUnpin for AlwaysAllowRules
impl UnwindSafe for AlwaysAllowRules
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