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