pub struct LinkageSpecification<'tree> {
pub span: Span,
pub body: LinkageSpecificationBody<'tree>,
pub value: StringLiteral<'tree>,
}Fields§
§span: Span§body: LinkageSpecificationBody<'tree>§value: StringLiteral<'tree>Trait Implementations§
Source§impl<'tree> Clone for LinkageSpecification<'tree>
impl<'tree> Clone for LinkageSpecification<'tree>
Source§fn clone(&self) -> LinkageSpecification<'tree>
fn clone(&self) -> LinkageSpecification<'tree>
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<'tree> Debug for LinkageSpecification<'tree>
impl<'tree> Debug for LinkageSpecification<'tree>
Source§impl<'tree> FromNode<'tree> for LinkageSpecification<'tree>
impl<'tree> FromNode<'tree> for LinkageSpecification<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for LinkageSpecification<'tree>
impl<'tree> RefUnwindSafe for LinkageSpecification<'tree>
impl<'tree> Send for LinkageSpecification<'tree>
impl<'tree> Sync for LinkageSpecification<'tree>
impl<'tree> Unpin for LinkageSpecification<'tree>
impl<'tree> UnsafeUnpin for LinkageSpecification<'tree>
impl<'tree> UnwindSafe for LinkageSpecification<'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