pub struct ExportSpecifier {
pub local: Box<Node>,
pub exported: Box<Node>,
pub span: Option<Span>,
}Fields§
§local: Box<Node>§exported: Box<Node>§span: Option<Span>Trait Implementations§
Source§impl Clone for ExportSpecifier
impl Clone for ExportSpecifier
Source§fn clone(&self) -> ExportSpecifier
fn clone(&self) -> ExportSpecifier
Returns a copy 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 ExportSpecifier
impl Debug for ExportSpecifier
Source§impl<'de> Deserialize<'de> for ExportSpecifier
impl<'de> Deserialize<'de> for ExportSpecifier
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ExportSpecifier
impl PartialEq for ExportSpecifier
Source§impl Serialize for ExportSpecifier
impl Serialize for ExportSpecifier
impl StructuralPartialEq for ExportSpecifier
Auto Trait Implementations§
impl Freeze for ExportSpecifier
impl RefUnwindSafe for ExportSpecifier
impl Send for ExportSpecifier
impl Sync for ExportSpecifier
impl Unpin for ExportSpecifier
impl UnwindSafe for ExportSpecifier
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