pub struct ExportLinkage {
pub span: Span,
}Expand description
Specifies export linkage.
Fields§
§span: SpanTrait Implementations§
Source§impl Clone for ExportLinkage
impl Clone for ExportLinkage
Source§fn clone(&self) -> ExportLinkage
fn clone(&self) -> ExportLinkage
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 ExportLinkage
impl Debug for ExportLinkage
Source§impl Display for ExportLinkage
impl Display for ExportLinkage
Source§impl From<ExportLinkage> for LinkageSpecifier
impl From<ExportLinkage> for LinkageSpecifier
Source§fn from(v: ExportLinkage) -> Self
fn from(v: ExportLinkage) -> Self
Converts to this type from the input type.
Source§impl Hash for ExportLinkage
impl Hash for ExportLinkage
Source§impl Ord for ExportLinkage
impl Ord for ExportLinkage
Source§fn cmp(&self, other: &ExportLinkage) -> Ordering
fn cmp(&self, other: &ExportLinkage) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ExportLinkage
impl PartialEq for ExportLinkage
Source§impl PartialOrd for ExportLinkage
impl PartialOrd for ExportLinkage
impl Eq for ExportLinkage
impl StructuralPartialEq for ExportLinkage
Auto Trait Implementations§
impl Freeze for ExportLinkage
impl RefUnwindSafe for ExportLinkage
impl Send for ExportLinkage
impl Sync for ExportLinkage
impl Unpin for ExportLinkage
impl UnwindSafe for ExportLinkage
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.