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