pub struct AllowRunDescriptor(pub PathDescriptor);
Tuple Fields§
§0: PathDescriptor
Implementations§
Trait Implementations§
Source§impl AllowDescriptor for AllowRunDescriptor
impl AllowDescriptor for AllowRunDescriptor
type QueryDesc<'a> = RunQueryDescriptor<'a>
type DenyDesc = DenyRunDescriptor
Source§impl Clone for AllowRunDescriptor
impl Clone for AllowRunDescriptor
Source§fn clone(&self) -> AllowRunDescriptor
fn clone(&self) -> AllowRunDescriptor
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 AllowRunDescriptor
impl Debug for AllowRunDescriptor
Source§impl Hash for AllowRunDescriptor
impl Hash for AllowRunDescriptor
Source§impl PartialEq for AllowRunDescriptor
impl PartialEq for AllowRunDescriptor
impl Eq for AllowRunDescriptor
impl StructuralPartialEq for AllowRunDescriptor
Auto Trait Implementations§
impl Freeze for AllowRunDescriptor
impl RefUnwindSafe for AllowRunDescriptor
impl Send for AllowRunDescriptor
impl Sync for AllowRunDescriptor
impl Unpin for AllowRunDescriptor
impl UnwindSafe for AllowRunDescriptor
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