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