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