#[repr(u8)]pub enum WorkingDir {
Inherit = 0,
PackageRoot = 1,
EntrypointParent = 2,
}Variants§
Trait Implementations§
Source§impl Clone for WorkingDir
impl Clone for WorkingDir
Source§fn clone(&self) -> WorkingDir
fn clone(&self) -> WorkingDir
Returns a duplicate of the value. Read more
1.0.0 · 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 WorkingDir
impl Debug for WorkingDir
Source§impl PartialEq for WorkingDir
impl PartialEq for WorkingDir
Source§impl TryFrom<u8> for WorkingDir
impl TryFrom<u8> for WorkingDir
impl Copy for WorkingDir
impl Eq for WorkingDir
impl StructuralPartialEq for WorkingDir
Auto Trait Implementations§
impl Freeze for WorkingDir
impl RefUnwindSafe for WorkingDir
impl Send for WorkingDir
impl Sync for WorkingDir
impl Unpin for WorkingDir
impl UnsafeUnpin for WorkingDir
impl UnwindSafe for WorkingDir
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