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