pub enum AssociatedTypeNamespace {
Type(Span),
}Variants§
Trait Implementations§
Source§impl Clone for AssociatedTypeNamespace
impl Clone for AssociatedTypeNamespace
Source§fn clone(&self) -> AssociatedTypeNamespace
fn clone(&self) -> AssociatedTypeNamespace
Returns a duplicate 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 AssociatedTypeNamespace
impl Debug for AssociatedTypeNamespace
Source§impl<'tree> FromNode<'tree> for AssociatedTypeNamespace
impl<'tree> FromNode<'tree> for AssociatedTypeNamespace
Source§impl PartialEq for AssociatedTypeNamespace
impl PartialEq for AssociatedTypeNamespace
Source§impl Spanned for AssociatedTypeNamespace
impl Spanned for AssociatedTypeNamespace
impl Eq for AssociatedTypeNamespace
impl StructuralPartialEq for AssociatedTypeNamespace
Auto Trait Implementations§
impl Freeze for AssociatedTypeNamespace
impl RefUnwindSafe for AssociatedTypeNamespace
impl Send for AssociatedTypeNamespace
impl Sync for AssociatedTypeNamespace
impl Unpin for AssociatedTypeNamespace
impl UnsafeUnpin for AssociatedTypeNamespace
impl UnwindSafe for AssociatedTypeNamespace
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