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