struct AnyQuaternaryAccumulator(u32);Tuple Fields§
§0: u32Implementations§
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 UnsafeUnpin 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