pub struct MystTarget(/* private fields */);Expand description
A MyST target definition ((label)=).
Implementations§
Trait Implementations§
Source§impl AstNode for MystTarget
impl AstNode for MystTarget
type Language = PanacheLanguage
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Auto Trait Implementations§
impl !RefUnwindSafe for MystTarget
impl !Send for MystTarget
impl !Sync for MystTarget
impl !UnwindSafe for MystTarget
impl Freeze for MystTarget
impl Unpin for MystTarget
impl UnsafeUnpin for MystTarget
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