pub struct IrAccessGrantOp {
pub operation: String,
pub target: Option<String>,
pub globs: Vec<String>,
}Fields§
§operation: String§target: Option<String>§globs: Vec<String>Trait Implementations§
Source§impl Clone for IrAccessGrantOp
impl Clone for IrAccessGrantOp
Source§fn clone(&self) -> IrAccessGrantOp
fn clone(&self) -> IrAccessGrantOp
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 moreSource§impl Debug for IrAccessGrantOp
impl Debug for IrAccessGrantOp
impl Eq for IrAccessGrantOp
Source§impl PartialEq for IrAccessGrantOp
impl PartialEq for IrAccessGrantOp
impl StructuralPartialEq for IrAccessGrantOp
Auto Trait Implementations§
impl Freeze for IrAccessGrantOp
impl RefUnwindSafe for IrAccessGrantOp
impl Send for IrAccessGrantOp
impl Sync for IrAccessGrantOp
impl Unpin for IrAccessGrantOp
impl UnsafeUnpin for IrAccessGrantOp
impl UnwindSafe for IrAccessGrantOp
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