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