Enum tokenizers::tokenizer::normalizer::OffsetReferential
source · pub enum OffsetReferential {
Original,
Normalized,
}
Expand description
The possible offsets referential
Variants§
Trait Implementations§
source§impl Clone for OffsetReferential
impl Clone for OffsetReferential
source§fn clone(&self) -> OffsetReferential
fn clone(&self) -> OffsetReferential
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 Debug for OffsetReferential
impl Debug for OffsetReferential
source§impl PartialEq for OffsetReferential
impl PartialEq for OffsetReferential
source§fn eq(&self, other: &OffsetReferential) -> bool
fn eq(&self, other: &OffsetReferential) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OffsetReferential
impl Eq for OffsetReferential
impl StructuralPartialEq for OffsetReferential
Auto Trait Implementations§
impl Freeze for OffsetReferential
impl RefUnwindSafe for OffsetReferential
impl Send for OffsetReferential
impl Sync for OffsetReferential
impl Unpin for OffsetReferential
impl UnwindSafe for OffsetReferential
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