pub struct Always42(/* private fields */);Expand description
Is always 42
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Always42
impl RefUnwindSafe for Always42
impl Send for Always42
impl Sync for Always42
impl Unpin for Always42
impl UnwindSafe for Always42
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