Struct Rrie
#[repr(transparent)]pub struct Rrie(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Rrie
impl Ord for Rrie
§impl PartialOrd for Rrie
impl PartialOrd for Rrie
impl Copy for Rrie
impl Eq for Rrie
impl StructuralPartialEq for Rrie
Auto Trait Implementations§
impl Freeze for Rrie
impl RefUnwindSafe for Rrie
impl Send for Rrie
impl Sync for Rrie
impl Unpin for Rrie
impl UnwindSafe for Rrie
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