pub struct ForeignExport<'tree> {
pub span: Span,
pub calling_convention: CallingConvention<'tree>,
pub entity: Option<Entity<'tree>>,
pub signature: Signature<'tree>,
}Fields§
§span: Span§calling_convention: CallingConvention<'tree>§entity: Option<Entity<'tree>>§signature: Signature<'tree>Trait Implementations§
Source§impl<'tree> Clone for ForeignExport<'tree>
impl<'tree> Clone for ForeignExport<'tree>
Source§fn clone(&self) -> ForeignExport<'tree>
fn clone(&self) -> ForeignExport<'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 ForeignExport<'tree>
impl<'tree> Debug for ForeignExport<'tree>
Source§impl<'tree> FromNode<'tree> for ForeignExport<'tree>
impl<'tree> FromNode<'tree> for ForeignExport<'tree>
Source§impl<'tree> PartialEq for ForeignExport<'tree>
impl<'tree> PartialEq for ForeignExport<'tree>
Source§impl Spanned for ForeignExport<'_>
impl Spanned for ForeignExport<'_>
impl<'tree> Eq for ForeignExport<'tree>
impl<'tree> StructuralPartialEq for ForeignExport<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ForeignExport<'tree>
impl<'tree> RefUnwindSafe for ForeignExport<'tree>
impl<'tree> Send for ForeignExport<'tree>
impl<'tree> Sync for ForeignExport<'tree>
impl<'tree> Unpin for ForeignExport<'tree>
impl<'tree> UnsafeUnpin for ForeignExport<'tree>
impl<'tree> UnwindSafe for ForeignExport<'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