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