Struct hir::ExternCrateDecl
source · pub struct ExternCrateDecl { /* private fields */ }
Implementations§
source§impl ExternCrateDecl
impl ExternCrateDecl
pub fn module(self, db: &dyn HirDatabase) -> Module
pub fn resolved_crate(self, db: &dyn HirDatabase) -> Option<Crate>
pub fn name(self, db: &dyn HirDatabase) -> Name
pub fn alias(self, db: &dyn HirDatabase) -> Option<ImportAlias>
sourcepub fn alias_or_name(self, db: &dyn HirDatabase) -> Option<Name>
pub fn alias_or_name(self, db: &dyn HirDatabase) -> Option<Name>
Returns the name under which this crate is made accessible, taking _
into account.
Trait Implementations§
source§impl Clone for ExternCrateDecl
impl Clone for ExternCrateDecl
source§fn clone(&self) -> ExternCrateDecl
fn clone(&self) -> ExternCrateDecl
Returns a copy 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 ExternCrateDecl
impl Debug for ExternCrateDecl
source§impl From<ExternCrateDecl> for ExternCrateId
impl From<ExternCrateDecl> for ExternCrateId
source§fn from(ty: ExternCrateDecl) -> ExternCrateId
fn from(ty: ExternCrateDecl) -> ExternCrateId
Converts to this type from the input type.
source§impl From<ExternCrateId> for ExternCrateDecl
impl From<ExternCrateId> for ExternCrateDecl
source§fn from(id: ExternCrateId) -> ExternCrateDecl
fn from(id: ExternCrateId) -> ExternCrateDecl
Converts to this type from the input type.
source§impl HasAttrs for ExternCrateDecl
impl HasAttrs for ExternCrateDecl
fn attrs(self, db: &dyn HirDatabase) -> AttrsWithOwner
source§impl HasContainer for ExternCrateDecl
impl HasContainer for ExternCrateDecl
fn container(&self, db: &dyn HirDatabase) -> ItemContainer
source§impl HasSource for ExternCrateDecl
impl HasSource for ExternCrateDecl
source§impl HasVisibility for ExternCrateDecl
impl HasVisibility for ExternCrateDecl
fn visibility(&self, db: &dyn HirDatabase) -> Visibility
fn is_visible_from(&self, db: &dyn HirDatabase, module: Module) -> bool
source§impl Hash for ExternCrateDecl
impl Hash for ExternCrateDecl
source§impl HirDisplay for ExternCrateDecl
impl HirDisplay for ExternCrateDecl
fn hir_fmt(&self, f: &mut HirFormatter<'_>) -> Result<(), HirDisplayError>
§fn into_displayable<'a>(
&'a self,
db: &'a dyn HirDatabase,
max_size: Option<usize>,
limited_size: Option<usize>,
omit_verbose_types: bool,
display_target: DisplayTarget,
closure_style: ClosureStyle,
show_container_bounds: bool,
) -> HirDisplayWrapper<'a, Self>where
Self: Sized,
fn into_displayable<'a>(
&'a self,
db: &'a dyn HirDatabase,
max_size: Option<usize>,
limited_size: Option<usize>,
omit_verbose_types: bool,
display_target: DisplayTarget,
closure_style: ClosureStyle,
show_container_bounds: bool,
) -> HirDisplayWrapper<'a, Self>where
Self: Sized,
Returns a
Display
able type that is human-readable.§fn display<'a>(
&'a self,
db: &'a dyn HirDatabase,
edition: Edition,
) -> HirDisplayWrapper<'a, Self>where
Self: Sized,
fn display<'a>(
&'a self,
db: &'a dyn HirDatabase,
edition: Edition,
) -> HirDisplayWrapper<'a, Self>where
Self: Sized,
Returns a
Display
able type that is human-readable.
Use this for showing types to the user (e.g. diagnostics)§fn display_truncated<'a>(
&'a self,
db: &'a dyn HirDatabase,
max_size: Option<usize>,
edition: Edition,
) -> HirDisplayWrapper<'a, Self>where
Self: Sized,
fn display_truncated<'a>(
&'a self,
db: &'a dyn HirDatabase,
max_size: Option<usize>,
edition: Edition,
) -> HirDisplayWrapper<'a, Self>where
Self: Sized,
Returns a
Display
able type that is human-readable and tries to be succinct.
Use this for showing types to the user where space is constrained (e.g. doc popups)§fn display_limited<'a>(
&'a self,
db: &'a dyn HirDatabase,
limited_size: Option<usize>,
edition: Edition,
) -> HirDisplayWrapper<'a, Self>where
Self: Sized,
fn display_limited<'a>(
&'a self,
db: &'a dyn HirDatabase,
limited_size: Option<usize>,
edition: Edition,
) -> HirDisplayWrapper<'a, Self>where
Self: Sized,
Returns a
Display
able type that is human-readable and tries to limit the number of items inside.
Use this for showing definitions which may contain too many items, like trait
, struct
, enum
§fn display_source_code<'a>(
&'a self,
db: &'a dyn HirDatabase,
module_id: ModuleId,
allow_opaque: bool,
) -> Result<String, DisplaySourceCodeError>
fn display_source_code<'a>( &'a self, db: &'a dyn HirDatabase, module_id: ModuleId, allow_opaque: bool, ) -> Result<String, DisplaySourceCodeError>
Returns a String representation of
self
that can be inserted into the given module.
Use this when generating code (e.g. assists)§fn display_test<'a>(
&'a self,
db: &'a dyn HirDatabase,
) -> HirDisplayWrapper<'a, Self>where
Self: Sized,
fn display_test<'a>(
&'a self,
db: &'a dyn HirDatabase,
) -> HirDisplayWrapper<'a, Self>where
Self: Sized,
Returns a String representation of
self
for test purposes§fn display_with_container_bounds<'a>(
&'a self,
db: &'a dyn HirDatabase,
show_container_bounds: bool,
edition: Edition,
) -> HirDisplayWrapper<'a, Self>where
Self: Sized,
fn display_with_container_bounds<'a>(
&'a self,
db: &'a dyn HirDatabase,
show_container_bounds: bool,
edition: Edition,
) -> HirDisplayWrapper<'a, Self>where
Self: Sized,
Returns a String representation of
self
that shows the constraint from
the container for functionssource§impl PartialEq for ExternCrateDecl
impl PartialEq for ExternCrateDecl
impl Copy for ExternCrateDecl
impl Eq for ExternCrateDecl
impl StructuralPartialEq for ExternCrateDecl
Auto Trait Implementations§
impl Freeze for ExternCrateDecl
impl RefUnwindSafe for ExternCrateDecl
impl Send for ExternCrateDecl
impl Sync for ExternCrateDecl
impl Unpin for ExternCrateDecl
impl UnwindSafe for ExternCrateDecl
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
§impl<T> Cast for T
impl<T> Cast for T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more