pub struct CharControl { /* private fields */ }Expand description
Checks whether the given character is control.
Trait Implementations§
Source§impl Predicate<char> for CharControl
impl Predicate<char> for CharControl
Auto Trait Implementations§
impl Freeze for CharControl
impl RefUnwindSafe for CharControl
impl Send for CharControl
impl Sync for CharControl
impl Unpin for CharControl
impl UnsafeUnpin for CharControl
impl UnwindSafe for CharControl
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
Source§impl<T, P> PredicateExpected<T> for P
impl<T, P> PredicateExpected<T> for P
Source§fn expected() -> Expected<T, Self>
fn expected() -> Expected<T, Self>
Returns the
Expected<T, Self> value used for formatting.