Struct serde_with::formats::Uppercase
source · pub struct Uppercase;
Expand description
Use uppercase characters
Trait Implementations§
impl Copy for Uppercase
impl Format for Uppercase
Use uppercase characters
Auto Trait Implementations§
impl RefUnwindSafe for Uppercase
impl Send for Uppercase
impl Sync for Uppercase
impl Unpin for Uppercase
impl UnwindSafe for Uppercase
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