pub struct True1;Expand description
A boolean unary function that returns true.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for True1
impl RefUnwindSafe for True1
impl Send for True1
impl Sync for True1
impl Unpin for True1
impl UnwindSafe for True1
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