[−][src]Struct rls_data::ExternalCrateData
Data for external crates in the prelude of a crate.
Fields
file_name: StringSource file where the external crate is declared.
num: u32A crate-local crate index of an external crate. Local crate index is always 0, so these should start from 1 and range should be contiguous, e.g. from 1 to n for n external crates.
id: GlobalCrateIdTrait Implementations
impl Clone for ExternalCrateData[src]
fn clone(&self) -> ExternalCrateData[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for ExternalCrateData[src]
impl Encodable for ExternalCrateData[src]
impl Decodable for ExternalCrateData[src]
Auto Trait Implementations
impl Send for ExternalCrateData
impl Sync for ExternalCrateData
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> From for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,