pub struct Just;
Implementations§
Auto Trait Implementations§
impl Freeze for Just
impl RefUnwindSafe for Just
impl Send for Just
impl Sync for Just
impl Unpin for Just
impl UnwindSafe for Just
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