Struct makefile_lossless::Makefile
source · pub struct Makefile(/* private fields */);Implementations§
source§impl Makefile
impl Makefile
Trait Implementations§
source§impl AstNode for Makefile
impl AstNode for Makefile
type Language = Lang
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode<Lang>) -> Option<Self>
fn syntax(&self) -> &SyntaxNode<Lang>
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
source§impl PartialEq for Makefile
impl PartialEq for Makefile
impl Eq for Makefile
impl StructuralPartialEq for Makefile
Auto Trait Implementations§
impl Freeze for Makefile
impl !RefUnwindSafe for Makefile
impl !Send for Makefile
impl !Sync for Makefile
impl Unpin for Makefile
impl !UnwindSafe for Makefile
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