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