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