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