pub struct YamlMetadata(/* private fields */);Trait Implementations§
Source§impl AstNode for YamlMetadata
impl AstNode for YamlMetadata
type Language = PanacheLanguage
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for YamlMetadata
impl Clone for YamlMetadata
Source§fn clone(&self) -> YamlMetadata
fn clone(&self) -> YamlMetadata
Returns a duplicate of the value. Read more
1.0.0 · 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 YamlMetadata
impl Debug for YamlMetadata
Source§impl Hash for YamlMetadata
impl Hash for YamlMetadata
Source§impl PartialEq for YamlMetadata
impl PartialEq for YamlMetadata
impl Eq for YamlMetadata
impl StructuralPartialEq for YamlMetadata
Auto Trait Implementations§
impl Freeze for YamlMetadata
impl !RefUnwindSafe for YamlMetadata
impl !Send for YamlMetadata
impl !Sync for YamlMetadata
impl Unpin for YamlMetadata
impl UnsafeUnpin for YamlMetadata
impl !UnwindSafe for YamlMetadata
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