pub struct answer;
Trait Implementations§
Source§impl HasField<answer> for Discussion
impl HasField<answer> for Discussion
Source§type Type = Option<DiscussionComment>
type Type = Option<DiscussionComment>
The schema marker type of this field.
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