pub struct includesPoll;
Trait Implementations§
Source§impl Field for includesPoll
impl Field for includesPoll
impl HasInputField<includesPoll, Option<bool>> for UpdateForumEventDataInput
Auto Trait Implementations§
impl Freeze for includesPoll
impl RefUnwindSafe for includesPoll
impl Send for includesPoll
impl Sync for includesPoll
impl Unpin for includesPoll
impl UnwindSafe for includesPoll
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