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