pub struct YesReally<T> { /* private fields */ }Expand description
A struct whose purpose is to make you read the documentation for the function you’re calling. If you’re reading this, go read the documentation for the function that is returning this object.
Implementations§
Auto Trait Implementations§
impl<T> Freeze for YesReally<T>where
T: Freeze,
impl<T> RefUnwindSafe for YesReally<T>where
T: RefUnwindSafe,
impl<T> Send for YesReally<T>where
T: Send,
impl<T> Sync for YesReally<T>where
T: Sync,
impl<T> Unpin for YesReally<T>where
T: Unpin,
impl<T> UnwindSafe for YesReally<T>where
T: UnwindSafe,
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