Enum ra_ap_project_model::RustcSource
source · [−]pub enum RustcSource {
Path(AbsPathBuf),
Discover,
}
Expand description
Describes how to set the rustc source directory.
Variants
Path(AbsPathBuf)
Explicit path for the rustc source directory.
Discover
Try to automatically detect where the rustc source directory is.
Trait Implementations
sourceimpl Clone for RustcSource
impl Clone for RustcSource
sourcefn clone(&self) -> RustcSource
fn clone(&self) -> RustcSource
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RustcSource
impl Debug for RustcSource
sourceimpl PartialEq<RustcSource> for RustcSource
impl PartialEq<RustcSource> for RustcSource
sourcefn eq(&self, other: &RustcSource) -> bool
fn eq(&self, other: &RustcSource) -> bool
impl Eq for RustcSource
impl StructuralEq for RustcSource
impl StructuralPartialEq for RustcSource
Auto Trait Implementations
impl RefUnwindSafe for RustcSource
impl Send for RustcSource
impl Sync for RustcSource
impl Unpin for RustcSource
impl UnwindSafe for RustcSource
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.