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