pub struct VoteResultMultiDocument;
Trait Implementations§
Source§impl HasField<__typename> for VoteResultMultiDocument
impl HasField<__typename> for VoteResultMultiDocument
Source§impl HasField<document> for VoteResultMultiDocument
impl HasField<document> for VoteResultMultiDocument
Source§type Type = MultiDocument
type Type = MultiDocument
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for VoteResultMultiDocument
impl RefUnwindSafe for VoteResultMultiDocument
impl Send for VoteResultMultiDocument
impl Sync for VoteResultMultiDocument
impl Unpin for VoteResultMultiDocument
impl UnwindSafe for VoteResultMultiDocument
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