pub struct DiscussionPollOptionEdge;Trait Implementations§
Source§impl HasField<cursor> for DiscussionPollOptionEdge
impl HasField<cursor> for DiscussionPollOptionEdge
Source§impl HasField<node> for DiscussionPollOptionEdge
impl HasField<node> for DiscussionPollOptionEdge
Source§type Type = Option<DiscussionPollOption>
type Type = Option<DiscussionPollOption>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for DiscussionPollOptionEdge
impl RefUnwindSafe for DiscussionPollOptionEdge
impl Send for DiscussionPollOptionEdge
impl Sync for DiscussionPollOptionEdge
impl Unpin for DiscussionPollOptionEdge
impl UnwindSafe for DiscussionPollOptionEdge
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