pub struct ExecutePath {
pub scope: String,
pub process: String,
}Fields§
§scope: String§process: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ExecutePath
impl RefUnwindSafe for ExecutePath
impl Send for ExecutePath
impl Sync for ExecutePath
impl Unpin for ExecutePath
impl UnwindSafe for ExecutePath
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