pub struct Export(/* private fields */);Expand description
export = [named] identImplementations§
Trait Implementations§
Source§impl AstNode for Export
impl AstNode for Export
type Language = Lang
fn syntax(&self) -> &SyntaxNode<Self::Language>
fn can_cast(kind: <Self::Language as Language>::Kind) -> bool
fn cast(node: SyntaxNode<Self::Language>) -> Option<Self>
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
impl Eq for Export
impl StructuralPartialEq for Export
Auto Trait Implementations§
impl !RefUnwindSafe for Export
impl !Send for Export
impl !Sync for Export
impl !UnwindSafe for Export
impl Freeze for Export
impl Unpin for Export
impl UnsafeUnpin for Export
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