pub struct AssociatedType<'tree> {
pub span: Span,
pub namespace: AssociatedTypeNamespace,
pub type: AssociatedTypeType<'tree>,
}Fields§
§span: Span§namespace: AssociatedTypeNamespace§type: AssociatedTypeType<'tree>Trait Implementations§
Source§impl<'tree> Clone for AssociatedType<'tree>
impl<'tree> Clone for AssociatedType<'tree>
Source§fn clone(&self) -> AssociatedType<'tree>
fn clone(&self) -> AssociatedType<'tree>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'tree> Debug for AssociatedType<'tree>
impl<'tree> Debug for AssociatedType<'tree>
impl<'tree> Eq for AssociatedType<'tree>
Source§impl<'tree> FromNode<'tree> for AssociatedType<'tree>
impl<'tree> FromNode<'tree> for AssociatedType<'tree>
Source§impl<'tree> PartialEq for AssociatedType<'tree>
impl<'tree> PartialEq for AssociatedType<'tree>
Source§impl Spanned for AssociatedType<'_>
impl Spanned for AssociatedType<'_>
impl<'tree> StructuralPartialEq for AssociatedType<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for AssociatedType<'tree>
impl<'tree> RefUnwindSafe for AssociatedType<'tree>
impl<'tree> Send for AssociatedType<'tree>
impl<'tree> Sync for AssociatedType<'tree>
impl<'tree> Unpin for AssociatedType<'tree>
impl<'tree> UnsafeUnpin for AssociatedType<'tree>
impl<'tree> UnwindSafe for AssociatedType<'tree>
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