Struct LetterCase
#[repr(transparent)]pub struct LetterCase(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl LetterCase
impl LetterCase
Trait Implementations§
§impl Clone for LetterCase
impl Clone for LetterCase
§fn clone(&self) -> LetterCase
fn clone(&self) -> LetterCase
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 more§impl Debug for LetterCase
impl Debug for LetterCase
§impl Default for LetterCase
impl Default for LetterCase
§fn default() -> LetterCase
fn default() -> LetterCase
Returns the “default value” for a type. Read more
§impl PartialEq for LetterCase
impl PartialEq for LetterCase
impl Copy for LetterCase
impl Eq for LetterCase
impl StructuralPartialEq for LetterCase
Auto Trait Implementations§
impl Freeze for LetterCase
impl RefUnwindSafe for LetterCase
impl Send for LetterCase
impl Sync for LetterCase
impl Unpin for LetterCase
impl UnwindSafe for LetterCase
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