pub struct resolution;
Trait Implementations§
Source§impl Field for resolution
impl Field for resolution
impl HasInputField<resolution, Option<String>> for CreateElicitQuestionDataInput
Auto Trait Implementations§
impl Freeze for resolution
impl RefUnwindSafe for resolution
impl Send for resolution
impl Sync for resolution
impl Unpin for resolution
impl UnwindSafe for resolution
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