pub struct TrimStart;Expand description
Function: string:trim_start
Input: String
Returns String
Trait Implementations§
Source§impl FunctionExecutor for TrimStart
impl FunctionExecutor for TrimStart
Auto Trait Implementations§
impl Freeze for TrimStart
impl RefUnwindSafe for TrimStart
impl Send for TrimStart
impl Sync for TrimStart
impl Unpin for TrimStart
impl UnsafeUnpin for TrimStart
impl UnwindSafe for TrimStart
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