pub struct ScriptOp {
pub op: Op,
pub glob: Option<String>,
}Expand description
A single operation from a script file, optionally scoped to a glob pattern.
Fields§
§op: Op§glob: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScriptOp
impl RefUnwindSafe for ScriptOp
impl Send for ScriptOp
impl Sync for ScriptOp
impl Unpin for ScriptOp
impl UnsafeUnpin for ScriptOp
impl UnwindSafe for ScriptOp
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