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