Enum icu_locid::parser::langid::ParserPosition
source · enum ParserPosition {
Script,
Region,
Variant,
}
Variants§
Trait Implementations§
source§impl Clone for ParserPosition
impl Clone for ParserPosition
source§fn clone(&self) -> ParserPosition
fn clone(&self) -> ParserPosition
Returns a copy 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 PartialEq for ParserPosition
impl PartialEq for ParserPosition
source§fn eq(&self, other: &ParserPosition) -> bool
fn eq(&self, other: &ParserPosition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ParserPosition
impl StructuralPartialEq for ParserPosition
Auto Trait Implementations§
impl Freeze for ParserPosition
impl RefUnwindSafe for ParserPosition
impl Send for ParserPosition
impl Sync for ParserPosition
impl Unpin for ParserPosition
impl UnwindSafe for ParserPosition
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