pub struct answer;
Trait Implementations§
impl HasInputField<answer, Option<bool>> for UpdateCommentDataInput
Auto Trait Implementations§
impl Freeze for answer
impl RefUnwindSafe for answer
impl Send for answer
impl Sync for answer
impl Unpin for answer
impl UnwindSafe for answer
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