#[repr(u8)]pub enum Rxempty {
RXISNOTEMPTY = 0,
RXISEMPTY = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Rxempty
impl Ord for Rxempty
Source§impl PartialOrd for Rxempty
impl PartialOrd for Rxempty
impl Copy for Rxempty
impl Eq for Rxempty
impl StructuralPartialEq for Rxempty
Auto Trait Implementations§
impl Freeze for Rxempty
impl RefUnwindSafe for Rxempty
impl Send for Rxempty
impl Sync for Rxempty
impl Unpin for Rxempty
impl UnwindSafe for Rxempty
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