pub struct ArbCache(/* private fields */);
Expand description
Cache of template strings used for translations.
Used to determine which keys need updating when strings in the template file are changed.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ArbCache
impl<'de> Deserialize<'de> for ArbCache
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ArbCache
impl RefUnwindSafe for ArbCache
impl Send for ArbCache
impl Sync for ArbCache
impl Unpin for ArbCache
impl UnwindSafe for ArbCache
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