pub struct ExecutePath {
pub scope: String,
pub process: String,
}Fields§
§scope: String§process: StringTrait Implementations§
Source§impl Clone for ExecutePath
impl Clone for ExecutePath
Source§fn clone(&self) -> ExecutePath
fn clone(&self) -> ExecutePath
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExecutePath
impl Debug for ExecutePath
Source§impl PartialEq for ExecutePath
impl PartialEq for ExecutePath
impl StructuralPartialEq for ExecutePath
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