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