pub struct ProjectIndicator {
pub kind: IndicatorKind,
pub path: PathBuf,
}Fields§
§kind: IndicatorKind§path: PathBufTrait Implementations§
Source§impl Clone for ProjectIndicator
impl Clone for ProjectIndicator
Source§fn clone(&self) -> ProjectIndicator
fn clone(&self) -> ProjectIndicator
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 ProjectIndicator
impl Debug for ProjectIndicator
Source§impl<'de> Deserialize<'de> for ProjectIndicator
impl<'de> Deserialize<'de> for ProjectIndicator
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProjectIndicator
impl PartialEq for ProjectIndicator
Source§fn eq(&self, other: &ProjectIndicator) -> bool
fn eq(&self, other: &ProjectIndicator) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProjectIndicator
impl Serialize for ProjectIndicator
impl Eq for ProjectIndicator
impl StructuralPartialEq for ProjectIndicator
Auto Trait Implementations§
impl Freeze for ProjectIndicator
impl RefUnwindSafe for ProjectIndicator
impl Send for ProjectIndicator
impl Sync for ProjectIndicator
impl Unpin for ProjectIndicator
impl UnsafeUnpin for ProjectIndicator
impl UnwindSafe for ProjectIndicator
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