pub struct TwigLiteralBoolean { /* private fields */ }
Trait Implementations§
Source§impl AstNode for TwigLiteralBoolean
impl AstNode for TwigLiteralBoolean
type Language = TemplateLanguage
fn can_cast(kind: <Self::Language as Language>::Kind) -> boolwhere
Self: Sized,
fn cast(node: SyntaxNode<Self::Language>) -> Option<Self>where
Self: Sized,
fn syntax(&self) -> &SyntaxNode<Self::Language>
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for TwigLiteralBoolean
impl Clone for TwigLiteralBoolean
Source§fn clone(&self) -> TwigLiteralBoolean
fn clone(&self) -> TwigLiteralBoolean
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 TwigLiteralBoolean
impl Debug for TwigLiteralBoolean
Source§impl Display for TwigLiteralBoolean
impl Display for TwigLiteralBoolean
Source§impl Hash for TwigLiteralBoolean
impl Hash for TwigLiteralBoolean
Source§impl PartialEq for TwigLiteralBoolean
impl PartialEq for TwigLiteralBoolean
impl Eq for TwigLiteralBoolean
impl StructuralPartialEq for TwigLiteralBoolean
Auto Trait Implementations§
impl Freeze for TwigLiteralBoolean
impl !RefUnwindSafe for TwigLiteralBoolean
impl !Send for TwigLiteralBoolean
impl !Sync for TwigLiteralBoolean
impl Unpin for TwigLiteralBoolean
impl !UnwindSafe for TwigLiteralBoolean
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