pub struct pollOptionId;Trait Implementations§
Source§impl Field for pollOptionId
impl Field for pollOptionId
impl HasInputField<pollOptionId, Id> for AddDiscussionPollVoteInput
Auto Trait Implementations§
impl Freeze for pollOptionId
impl RefUnwindSafe for pollOptionId
impl Send for pollOptionId
impl Sync for pollOptionId
impl Unpin for pollOptionId
impl UnwindSafe for pollOptionId
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