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