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