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