#[repr(u8)]pub enum Linestatestable {
LINEST_NOT_STABLE = 0,
LINEST_STABLE = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Linestatestable
impl Clone for Linestatestable
Source§fn clone(&self) -> Linestatestable
fn clone(&self) -> Linestatestable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Linestatestable
impl Debug for Linestatestable
Source§impl From<Linestatestable> for u8
impl From<Linestatestable> for u8
Source§fn from(val: Linestatestable) -> u8
fn from(val: Linestatestable) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Linestatestable
impl From<u8> for Linestatestable
Source§fn from(val: u8) -> Linestatestable
fn from(val: u8) -> Linestatestable
Converts to this type from the input type.
Source§impl Ord for Linestatestable
impl Ord for Linestatestable
Source§fn cmp(&self, other: &Linestatestable) -> Ordering
fn cmp(&self, other: &Linestatestable) -> Ordering
1.21.0 · 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
Source§impl PartialEq for Linestatestable
impl PartialEq for Linestatestable
Source§impl PartialOrd for Linestatestable
impl PartialOrd for Linestatestable
impl Copy for Linestatestable
impl Eq for Linestatestable
impl StructuralPartialEq for Linestatestable
Auto Trait Implementations§
impl Freeze for Linestatestable
impl RefUnwindSafe for Linestatestable
impl Send for Linestatestable
impl Sync for Linestatestable
impl Unpin for Linestatestable
impl UnwindSafe for Linestatestable
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