pub struct ExportDefaultDeclaration {
pub base: BaseNode,
pub declaration: Box<ExportDefaultDecl>,
pub export_kind: Option<ExportKind>,
}Fields§
§base: BaseNode§declaration: Box<ExportDefaultDecl>§export_kind: Option<ExportKind>Trait Implementations§
Source§impl Clone for ExportDefaultDeclaration
impl Clone for ExportDefaultDeclaration
Source§fn clone(&self) -> ExportDefaultDeclaration
fn clone(&self) -> ExportDefaultDeclaration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExportDefaultDeclaration
impl Debug for ExportDefaultDeclaration
Source§impl<'de> Deserialize<'de> for ExportDefaultDeclaration
impl<'de> Deserialize<'de> for ExportDefaultDeclaration
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
Auto Trait Implementations§
impl Freeze for ExportDefaultDeclaration
impl RefUnwindSafe for ExportDefaultDeclaration
impl Send for ExportDefaultDeclaration
impl Sync for ExportDefaultDeclaration
impl Unpin for ExportDefaultDeclaration
impl UnsafeUnpin for ExportDefaultDeclaration
impl UnwindSafe for ExportDefaultDeclaration
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