pub struct IsTrimmedEnd;Expand description
Checks if the string is trimmed at the end.
Trait Implementations§
Source§impl Clone for IsTrimmedEnd
impl Clone for IsTrimmedEnd
Source§fn clone(&self) -> IsTrimmedEnd
fn clone(&self) -> IsTrimmedEnd
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IsTrimmedEnd
impl Debug for IsTrimmedEnd
Source§impl Default for IsTrimmedEnd
impl Default for IsTrimmedEnd
Source§fn default() -> IsTrimmedEnd
fn default() -> IsTrimmedEnd
Returns the “default value” for a type. Read more
Source§impl Hash for IsTrimmedEnd
impl Hash for IsTrimmedEnd
Source§impl Ord for IsTrimmedEnd
impl Ord for IsTrimmedEnd
Source§fn cmp(&self, other: &IsTrimmedEnd) -> Ordering
fn cmp(&self, other: &IsTrimmedEnd) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IsTrimmedEnd
impl PartialEq for IsTrimmedEnd
Source§impl PartialOrd for IsTrimmedEnd
impl PartialOrd for IsTrimmedEnd
Source§impl<T: AsRef<str> + ?Sized> Predicate<T> for IsTrimmedEnd
impl<T: AsRef<str> + ?Sized> Predicate<T> for IsTrimmedEnd
Source§type Error = IsTrimmedEndError
type Error = IsTrimmedEndError
The associated error type which is used to represent checks.
Source§fn check(value: &T) -> Result<(), Self::Error>
fn check(value: &T) -> Result<(), Self::Error>
Checks if the value of type
T satisfies the predicate. Read moreimpl Copy for IsTrimmedEnd
impl Eq for IsTrimmedEnd
impl StructuralPartialEq for IsTrimmedEnd
Auto Trait Implementations§
impl Freeze for IsTrimmedEnd
impl RefUnwindSafe for IsTrimmedEnd
impl Send for IsTrimmedEnd
impl Sync for IsTrimmedEnd
impl Unpin for IsTrimmedEnd
impl UnwindSafe for IsTrimmedEnd
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