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