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