#[repr(u32)]pub enum padtidy_type {
padtidy_SUB = 0,
padtidy_SUBCLONE = 1,
padtidy_FORMAT = 2,
}Variants§
Trait Implementations§
Source§impl Clone for padtidy_type
impl Clone for padtidy_type
Source§fn clone(&self) -> padtidy_type
fn clone(&self) -> padtidy_type
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 padtidy_type
impl Debug for padtidy_type
Source§impl Hash for padtidy_type
impl Hash for padtidy_type
Source§impl Ord for padtidy_type
impl Ord for padtidy_type
Source§fn cmp(&self, other: &padtidy_type) -> Ordering
fn cmp(&self, other: &padtidy_type) -> Ordering
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
Source§impl PartialEq for padtidy_type
impl PartialEq for padtidy_type
Source§fn eq(&self, other: &padtidy_type) -> bool
fn eq(&self, other: &padtidy_type) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for padtidy_type
impl PartialOrd for padtidy_type
impl Copy for padtidy_type
impl Eq for padtidy_type
impl StructuralPartialEq for padtidy_type
Auto Trait Implementations§
impl Freeze for padtidy_type
impl RefUnwindSafe for padtidy_type
impl Send for padtidy_type
impl Sync for padtidy_type
impl Unpin for padtidy_type
impl UnsafeUnpin for padtidy_type
impl UnwindSafe for padtidy_type
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