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