#[repr(i32)]pub enum QuantBytes {
Is1 = 1,
Is2 = 2,
Is4 = 4,
}
Variants§
Auto Trait Implementations§
impl Freeze for QuantBytes
impl RefUnwindSafe for QuantBytes
impl Send for QuantBytes
impl Sync for QuantBytes
impl Unpin for QuantBytes
impl UnwindSafe for QuantBytes
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