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