pub struct setVoteMultiDocument;
Trait Implementations§
Source§impl Field for setVoteMultiDocument
impl Field for setVoteMultiDocument
Source§impl HasArgument<documentId> for setVoteMultiDocument
impl HasArgument<documentId> for setVoteMultiDocument
Source§impl HasArgument<voteType> for setVoteMultiDocument
impl HasArgument<voteType> for setVoteMultiDocument
Source§impl HasField<setVoteMultiDocument> for Mutation
impl HasField<setVoteMultiDocument> for Mutation
Source§type Type = Option<MultiDocument>
type Type = Option<MultiDocument>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for setVoteMultiDocument
impl RefUnwindSafe for setVoteMultiDocument
impl Send for setVoteMultiDocument
impl Sync for setVoteMultiDocument
impl Unpin for setVoteMultiDocument
impl UnwindSafe for setVoteMultiDocument
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