pub struct VoteResultPost;
Trait Implementations§
Source§impl HasField<__typename> for VoteResultPost
impl HasField<__typename> for VoteResultPost
Source§impl HasField<document> for VoteResultPost
impl HasField<document> for VoteResultPost
Auto Trait Implementations§
impl Freeze for VoteResultPost
impl RefUnwindSafe for VoteResultPost
impl Send for VoteResultPost
impl Sync for VoteResultPost
impl Unpin for VoteResultPost
impl UnwindSafe for VoteResultPost
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