pub enum CsmTableHint {
Thin,
Medium,
Thick,
}
Variants§
Trait Implementations§
Source§impl Clone for CsmTableHint
impl Clone for CsmTableHint
Source§fn clone(&self) -> CsmTableHint
fn clone(&self) -> CsmTableHint
Returns a copy 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 CsmTableHint
impl Debug for CsmTableHint
Source§impl<'de> Deserialize<'de> for CsmTableHint
impl<'de> Deserialize<'de> for CsmTableHint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for CsmTableHint
impl Hash for CsmTableHint
Source§impl Ord for CsmTableHint
impl Ord for CsmTableHint
Source§fn cmp(&self, other: &CsmTableHint) -> Ordering
fn cmp(&self, other: &CsmTableHint) -> 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 CsmTableHint
impl PartialEq for CsmTableHint
Source§impl PartialOrd for CsmTableHint
impl PartialOrd for CsmTableHint
Source§impl Serialize for CsmTableHint
impl Serialize for CsmTableHint
impl Copy for CsmTableHint
impl Eq for CsmTableHint
impl StructuralPartialEq for CsmTableHint
Auto Trait Implementations§
impl Freeze for CsmTableHint
impl RefUnwindSafe for CsmTableHint
impl Send for CsmTableHint
impl Sync for CsmTableHint
impl Unpin for CsmTableHint
impl UnwindSafe for CsmTableHint
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