pub struct Caching { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a> CustomToTokens<'a> for Caching
impl<'a> CustomToTokens<'a> for Caching
Source§impl ToTokens for Caching
impl ToTokens for Caching
Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
Source§impl TryFrom<MapLiteral> for Caching
impl TryFrom<MapLiteral> for Caching
impl Eq for Caching
impl StructuralPartialEq for Caching
Auto Trait Implementations§
impl Freeze for Caching
impl RefUnwindSafe for Caching
impl Send for Caching
impl Sync for Caching
impl Unpin for Caching
impl UnwindSafe for Caching
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