pub struct LocaleContentFlags {
pub locale: LocaleFlags,
pub content: ContentFlags,
}Fields§
§locale: LocaleFlags§content: ContentFlagsTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LocaleContentFlags
Source§impl Debug for LocaleContentFlags
impl Debug for LocaleContentFlags
impl Eq 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 (const: unstable) · 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§fn eq(&self, other: &LocaleContentFlags) -> bool
fn eq(&self, other: &LocaleContentFlags) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for LocaleContentFlags
impl PartialOrd 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 UnsafeUnpin 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