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