Enum rustc::ty::AssociatedItemContainer
[−]
[src]
pub enum AssociatedItemContainer { TraitContainer(DefId), ImplContainer(DefId), }
🔬 This is a nightly-only experimental API. (
rustc_private
)Variants
TraitContainer(DefId)
🔬 This is a nightly-only experimental API. (
rustc_private
)ImplContainer(DefId)
🔬 This is a nightly-only experimental API. (
rustc_private
)Methods
impl AssociatedItemContainer
[src]
Trait Implementations
impl Clone for AssociatedItemContainer
[src]
fn clone(&self) -> AssociatedItemContainer
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
impl Copy for AssociatedItemContainer
[src]
impl PartialEq for AssociatedItemContainer
[src]
fn eq(&self, __arg_0: &AssociatedItemContainer) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &AssociatedItemContainer) -> bool
This method tests for !=
.