pub struct options;
Trait Implementations§
Source§impl HasArgument<after> for options
impl HasArgument<after> for options
Source§impl HasArgument<before> for options
impl HasArgument<before> for options
Source§impl HasArgument<first> for options
impl HasArgument<first> for options
Source§impl HasArgument<last> for options
impl HasArgument<last> for options
Source§impl HasArgument<orderBy> for options
impl HasArgument<orderBy> for options
Source§type ArgumentType = Option<DiscussionPollOptionOrder>
type ArgumentType = Option<DiscussionPollOptionOrder>
The schema marker type of this argument.
Source§impl HasField<options> for DiscussionPoll
impl HasField<options> for DiscussionPoll
Source§type Type = Option<DiscussionPollOptionConnection>
type Type = Option<DiscussionPollOptionConnection>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for options
impl RefUnwindSafe for options
impl Send for options
impl Sync for options
impl Unpin for options
impl UnwindSafe for options
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