pub struct StringUpper { /* private fields */ }
Expand description
Builder for the StringUpper
operation.
Implementations§
Source§impl StringUpper
impl StringUpper
Trait Implementations§
Source§impl Debug for StringUpper
impl Debug for StringUpper
Source§impl Default for StringUpper
impl Default for StringUpper
Source§fn default() -> StringUpper
fn default() -> StringUpper
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StringUpper
impl RefUnwindSafe for StringUpper
impl Send for StringUpper
impl Sync for StringUpper
impl Unpin for StringUpper
impl UnwindSafe for StringUpper
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