pub struct ExportDeclaration {
pub span: Span,
pub items: Vec<ExportItem>,
}
Fields§
§span: Span
§items: Vec<ExportItem>
Trait Implementations§
Source§impl Debug for ExportDeclaration
impl Debug for ExportDeclaration
Source§impl<'de> Deserialize<'de> for ExportDeclaration
impl<'de> Deserialize<'de> for ExportDeclaration
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 ExportDeclaration
impl PartialEq for ExportDeclaration
Source§impl Serialize for ExportDeclaration
impl Serialize for ExportDeclaration
impl Eq for ExportDeclaration
impl StructuralPartialEq for ExportDeclaration
Auto Trait Implementations§
impl Freeze for ExportDeclaration
impl RefUnwindSafe for ExportDeclaration
impl Send for ExportDeclaration
impl Sync for ExportDeclaration
impl Unpin for ExportDeclaration
impl UnwindSafe for ExportDeclaration
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