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