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 (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 ExecutePath
impl Debug for ExecutePath
Source§impl PartialEq for ExecutePath
impl PartialEq for ExecutePath
Source§fn eq(&self, other: &ExecutePath) -> bool
fn eq(&self, other: &ExecutePath) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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