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