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