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