pub struct LocalizationSystemCache { /* private fields */ }
Trait Implementations§
Source§impl Default for LocalizationSystemCache
impl Default for LocalizationSystemCache
Source§fn default() -> LocalizationSystemCache
fn default() -> LocalizationSystemCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LocalizationSystemCache
impl RefUnwindSafe for LocalizationSystemCache
impl Send for LocalizationSystemCache
impl Sync for LocalizationSystemCache
impl Unpin for LocalizationSystemCache
impl UnwindSafe for LocalizationSystemCache
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