pub struct AnswerOptions {}Trait Implementations§
Source§impl Clone for AnswerOptions
impl Clone for AnswerOptions
Source§fn clone(&self) -> AnswerOptions
fn clone(&self) -> AnswerOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AnswerOptions
impl Debug for AnswerOptions
Source§impl Default for AnswerOptions
impl Default for AnswerOptions
Source§fn default() -> AnswerOptions
fn default() -> AnswerOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AnswerOptions
impl RefUnwindSafe for AnswerOptions
impl Send for AnswerOptions
impl Sync for AnswerOptions
impl Unpin for AnswerOptions
impl UnsafeUnpin for AnswerOptions
impl UnwindSafe for AnswerOptions
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