pub struct ExportSymbol {
pub name: String,
pub kind: ExportKind,
pub symbol: ExportType,
}Fields§
§name: String§kind: ExportKind§symbol: ExportTypeImplementations§
Trait Implementations§
Source§impl Clone for ExportSymbol
impl Clone for ExportSymbol
Source§fn clone(&self) -> ExportSymbol
fn clone(&self) -> ExportSymbol
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 ExportSymbol
impl Debug for ExportSymbol
Source§impl PartialEq for ExportSymbol
impl PartialEq for ExportSymbol
impl StructuralPartialEq for ExportSymbol
Auto Trait Implementations§
impl Freeze for ExportSymbol
impl RefUnwindSafe for ExportSymbol
impl Send for ExportSymbol
impl Sync for ExportSymbol
impl Unpin for ExportSymbol
impl UnwindSafe for ExportSymbol
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