pub struct HashpipeYamlPreamble(/* private fields */);Trait Implementations§
Source§impl AstNode for HashpipeYamlPreamble
impl AstNode for HashpipeYamlPreamble
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 HashpipeYamlPreamble
impl Clone for HashpipeYamlPreamble
Source§fn clone(&self) -> HashpipeYamlPreamble
fn clone(&self) -> HashpipeYamlPreamble
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 HashpipeYamlPreamble
impl Debug for HashpipeYamlPreamble
Source§impl Hash for HashpipeYamlPreamble
impl Hash for HashpipeYamlPreamble
Source§impl PartialEq for HashpipeYamlPreamble
impl PartialEq for HashpipeYamlPreamble
impl Eq for HashpipeYamlPreamble
impl StructuralPartialEq for HashpipeYamlPreamble
Auto Trait Implementations§
impl Freeze for HashpipeYamlPreamble
impl !RefUnwindSafe for HashpipeYamlPreamble
impl !Send for HashpipeYamlPreamble
impl !Sync for HashpipeYamlPreamble
impl Unpin for HashpipeYamlPreamble
impl UnsafeUnpin for HashpipeYamlPreamble
impl !UnwindSafe for HashpipeYamlPreamble
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