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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more