Enum Ide
#[repr(u8)]pub enum Ide {
Standard = 0,
Extended = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Ide
impl Eq for Ide
§impl Ord for Ide
impl Ord for Ide
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Ide
impl PartialOrd for Ide
impl StructuralPartialEq for Ide
Auto Trait Implementations§
impl Freeze for Ide
impl RefUnwindSafe for Ide
impl Send for Ide
impl Sync for Ide
impl Unpin for Ide
impl UnsafeUnpin for Ide
impl UnwindSafe for Ide
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