pub struct LocaleContentFlags {
pub locale: LocaleFlags,
pub content: ContentFlags,
}
Fields§
§locale: LocaleFlags
§content: ContentFlags
Trait Implementations§
Source§impl Clone for LocaleContentFlags
impl Clone for LocaleContentFlags
Source§fn clone(&self) -> LocaleContentFlags
fn clone(&self) -> LocaleContentFlags
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 Debug for LocaleContentFlags
impl Debug for LocaleContentFlags
Source§impl Hash for LocaleContentFlags
impl Hash for LocaleContentFlags
Source§impl Ord for LocaleContentFlags
impl Ord for LocaleContentFlags
Source§fn cmp(&self, other: &LocaleContentFlags) -> Ordering
fn cmp(&self, other: &LocaleContentFlags) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LocaleContentFlags
impl PartialEq for LocaleContentFlags
Source§impl PartialOrd for LocaleContentFlags
impl PartialOrd for LocaleContentFlags
impl Copy for LocaleContentFlags
impl Eq for LocaleContentFlags
impl StructuralPartialEq for LocaleContentFlags
Auto Trait Implementations§
impl Freeze for LocaleContentFlags
impl RefUnwindSafe for LocaleContentFlags
impl Send for LocaleContentFlags
impl Sync for LocaleContentFlags
impl Unpin for LocaleContentFlags
impl UnwindSafe for LocaleContentFlags
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