Enum uniffi_bindgen::interface::Radix
pub enum Radix {
Decimal,
Octal,
Hexadecimal,
}
Variants§
Trait Implementations§
§impl Ord for Radix
impl Ord for Radix
§impl PartialOrd<Radix> for Radix
impl PartialOrd<Radix> for Radix
§fn partial_cmp(&self, other: &Radix) -> Option<Ordering>
fn partial_cmp(&self, other: &Radix) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Radix
impl Eq for Radix
impl StructuralEq for Radix
impl StructuralPartialEq for Radix
Auto Trait Implementations§
impl RefUnwindSafe for Radix
impl Send for Radix
impl Sync for Radix
impl Unpin for Radix
impl UnwindSafe for Radix
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