pub struct MinimalFallbackLanguagePackSource;Trait Implementations§
Source§impl Clone for MinimalFallbackLanguagePackSource
impl Clone for MinimalFallbackLanguagePackSource
Source§fn clone(&self) -> MinimalFallbackLanguagePackSource
fn clone(&self) -> MinimalFallbackLanguagePackSource
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 LanguagePackSource for MinimalFallbackLanguagePackSource
impl LanguagePackSource for MinimalFallbackLanguagePackSource
fn source(&self) -> LanguagePackRuntimeSource
fn load(&self) -> Result<LanguageStore, String>
impl Copy for MinimalFallbackLanguagePackSource
Auto Trait Implementations§
impl Freeze for MinimalFallbackLanguagePackSource
impl RefUnwindSafe for MinimalFallbackLanguagePackSource
impl Send for MinimalFallbackLanguagePackSource
impl Sync for MinimalFallbackLanguagePackSource
impl Unpin for MinimalFallbackLanguagePackSource
impl UnsafeUnpin for MinimalFallbackLanguagePackSource
impl UnwindSafe for MinimalFallbackLanguagePackSource
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