Enum rustc_typeck::middle::cstore::LibSource
[−]
[src]
pub enum LibSource { Some(PathBuf), MetadataOnly, None, }
🔬 This is a nightly-only experimental API. (
rustc_private
)Variants
Some(PathBuf)
🔬 This is a nightly-only experimental API. (
rustc_private
)MetadataOnly
🔬 This is a nightly-only experimental API. (
rustc_private
)None
🔬 This is a nightly-only experimental API. (
rustc_private
)Methods
impl LibSource
[src]
fn is_some(&self) -> bool
🔬 This is a nightly-only experimental API. (
rustc_private
)fn option(&self) -> Option<PathBuf>
🔬 This is a nightly-only experimental API. (
rustc_private
)Trait Implementations
impl PartialEq<LibSource> for LibSource
[src]
fn eq(&self, __arg_0: &LibSource) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &LibSource) -> bool
This method tests for !=
.
impl Clone for LibSource
[src]
fn clone(&self) -> LibSource
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more