pub struct AlwaysTrue;Expand description
Always-true predicate for Reader::all().
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlwaysTrue
impl RefUnwindSafe for AlwaysTrue
impl Send for AlwaysTrue
impl Sync for AlwaysTrue
impl Unpin for AlwaysTrue
impl UnsafeUnpin for AlwaysTrue
impl UnwindSafe for AlwaysTrue
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