pub struct Quibble(/* private fields */);Implementations§
source§impl Quibble
impl Quibble
pub const MULTIBYTE_1: Self = _
pub const MULTIBYTE_2: Self = _
pub const MULTIBYTE_3: Self = _
pub fn new_truncated(byte: u8) -> Self
Trait Implementations§
impl Eq for Quibble
impl StructuralPartialEq for Quibble
Auto Trait Implementations§
impl Freeze for Quibble
impl RefUnwindSafe for Quibble
impl Send for Quibble
impl Sync for Quibble
impl Unpin for Quibble
impl UnwindSafe for Quibble
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