pub enum ProjectSource {
Manual,
Discovered,
}Expand description
How a project was created.
Variants§
Implementations§
Source§impl ProjectSource
impl ProjectSource
Trait Implementations§
Source§impl Clone for ProjectSource
impl Clone for ProjectSource
Source§fn clone(&self) -> ProjectSource
fn clone(&self) -> ProjectSource
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 ProjectSource
impl Debug for ProjectSource
Source§impl PartialEq for ProjectSource
impl PartialEq for ProjectSource
impl Eq for ProjectSource
impl StructuralPartialEq for ProjectSource
Auto Trait Implementations§
impl Freeze for ProjectSource
impl RefUnwindSafe for ProjectSource
impl Send for ProjectSource
impl Sync for ProjectSource
impl Unpin for ProjectSource
impl UnsafeUnpin for ProjectSource
impl UnwindSafe for ProjectSource
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