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