pub enum ProjectDetection {
Enabled,
Disabled,
}Variants§
Trait Implementations§
Source§impl Clone for ProjectDetection
impl Clone for ProjectDetection
Source§fn clone(&self) -> ProjectDetection
fn clone(&self) -> ProjectDetection
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 moreimpl Copy for ProjectDetection
Source§impl Debug for ProjectDetection
impl Debug for ProjectDetection
impl Eq for ProjectDetection
Source§impl PartialEq for ProjectDetection
impl PartialEq for ProjectDetection
Source§fn eq(&self, other: &ProjectDetection) -> bool
fn eq(&self, other: &ProjectDetection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProjectDetection
Auto Trait Implementations§
impl Freeze for ProjectDetection
impl RefUnwindSafe for ProjectDetection
impl Send for ProjectDetection
impl Sync for ProjectDetection
impl Unpin for ProjectDetection
impl UnsafeUnpin for ProjectDetection
impl UnwindSafe for ProjectDetection
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