pub struct LocalizationSystemCache { /* private fields */ }
Trait Implementations
sourceimpl Default for LocalizationSystemCache
impl Default for LocalizationSystemCache
sourcefn default() -> LocalizationSystemCache
fn default() -> LocalizationSystemCache
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for LocalizationSystemCache
impl Send for LocalizationSystemCache
impl Sync for LocalizationSystemCache
impl Unpin for LocalizationSystemCache
impl UnwindSafe for LocalizationSystemCache
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more