#[repr(u32)]pub enum TidyUppercase {
No = 0,
Yes = 1,
Preserve = 2,
}Expand description
Mode controlling capitalization of things, such as attributes. @remark This enum’s starting value is guaranteed to remain stable.
Variants§
Trait Implementations§
Source§impl Clone for TidyUppercase
impl Clone for TidyUppercase
Source§fn clone(&self) -> TidyUppercase
fn clone(&self) -> TidyUppercase
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 TidyUppercase
impl Debug for TidyUppercase
Source§impl Hash for TidyUppercase
impl Hash for TidyUppercase
Source§impl PartialEq for TidyUppercase
impl PartialEq for TidyUppercase
impl Copy for TidyUppercase
impl Eq for TidyUppercase
impl StructuralPartialEq for TidyUppercase
Auto Trait Implementations§
impl Freeze for TidyUppercase
impl RefUnwindSafe for TidyUppercase
impl Send for TidyUppercase
impl Sync for TidyUppercase
impl Unpin for TidyUppercase
impl UnwindSafe for TidyUppercase
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