pub struct Upper {
pub field: String,
}Expand description
Convert a string field to uppercase.
Fields§
§field: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Upper
impl RefUnwindSafe for Upper
impl Send for Upper
impl Sync for Upper
impl Unpin for Upper
impl UnsafeUnpin for Upper
impl UnwindSafe for Upper
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