pub struct LocalizationProfile;Expand description
Localization metadata for Elowen.
This typed view lets integrations select localized labels without scraping the character page.
Implementations§
Trait Implementations§
Source§impl Clone for LocalizationProfile
impl Clone for LocalizationProfile
Source§fn clone(&self) -> LocalizationProfile
fn clone(&self) -> LocalizationProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LocalizationProfile
impl Debug for LocalizationProfile
Source§impl PartialEq for LocalizationProfile
impl PartialEq for LocalizationProfile
Source§fn eq(&self, other: &LocalizationProfile) -> bool
fn eq(&self, other: &LocalizationProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for LocalizationProfile
impl Eq for LocalizationProfile
impl StructuralPartialEq for LocalizationProfile
Auto Trait Implementations§
impl Freeze for LocalizationProfile
impl RefUnwindSafe for LocalizationProfile
impl Send for LocalizationProfile
impl Sync for LocalizationProfile
impl Unpin for LocalizationProfile
impl UnsafeUnpin for LocalizationProfile
impl UnwindSafe for LocalizationProfile
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