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