pub enum AllowInRow {
Single,
Double,
}Variants§
Trait Implementations§
Source§impl Clone for AllowInRow
impl Clone for AllowInRow
Source§fn clone(&self) -> AllowInRow
fn clone(&self) -> AllowInRow
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 AllowInRow
impl Debug for AllowInRow
Source§impl Hash for AllowInRow
impl Hash for AllowInRow
Source§impl Ord for AllowInRow
impl Ord for AllowInRow
Source§fn cmp(&self, other: &AllowInRow) -> Ordering
fn cmp(&self, other: &AllowInRow) -> 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 AllowInRow
impl PartialEq for AllowInRow
Source§impl PartialOrd for AllowInRow
impl PartialOrd for AllowInRow
impl Copy for AllowInRow
impl Eq for AllowInRow
impl StructuralPartialEq for AllowInRow
Auto Trait Implementations§
impl Freeze for AllowInRow
impl RefUnwindSafe for AllowInRow
impl Send for AllowInRow
impl Sync for AllowInRow
impl Unpin for AllowInRow
impl UnwindSafe for AllowInRow
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