pub struct DeclareModuleExports {
pub base: BaseNode,
pub type_annotation: RawNode,
}Fields§
§base: BaseNode§type_annotation: RawNodeTrait Implementations§
Source§impl Clone for DeclareModuleExports
impl Clone for DeclareModuleExports
Source§fn clone(&self) -> DeclareModuleExports
fn clone(&self) -> DeclareModuleExports
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 DeclareModuleExports
impl Debug for DeclareModuleExports
Auto Trait Implementations§
impl Freeze for DeclareModuleExports
impl RefUnwindSafe for DeclareModuleExports
impl Send for DeclareModuleExports
impl Sync for DeclareModuleExports
impl Unpin for DeclareModuleExports
impl UnsafeUnpin for DeclareModuleExports
impl UnwindSafe for DeclareModuleExports
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