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