pub struct RtrimCollation;Expand description
RTRIM collation: trailing-space-insensitive comparison.
Trailing ASCII spaces (0x20) are stripped before comparison.
All other characters (including tabs, non-breaking spaces) are significant.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RtrimCollation
impl RefUnwindSafe for RtrimCollation
impl Send for RtrimCollation
impl Sync for RtrimCollation
impl Unpin for RtrimCollation
impl UnsafeUnpin for RtrimCollation
impl UnwindSafe for RtrimCollation
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