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