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