Struct icu_collator::comparison::AnyQuaternaryAccumulator
source · struct AnyQuaternaryAccumulator(u32);
Tuple Fields§
§0: u32
Implementations§
source§impl AnyQuaternaryAccumulator
impl AnyQuaternaryAccumulator
pub fn new() -> Self
pub fn accumulate(&mut self, non_primary: NonPrimary)
pub fn has_quaternary(&self) -> bool
Auto Trait Implementations§
impl Freeze for AnyQuaternaryAccumulator
impl RefUnwindSafe for AnyQuaternaryAccumulator
impl Send for AnyQuaternaryAccumulator
impl Sync for AnyQuaternaryAccumulator
impl Unpin for AnyQuaternaryAccumulator
impl UnwindSafe for AnyQuaternaryAccumulator
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