pub struct projectsUrl;
Trait Implementations§
Source§impl Field for projectsUrl
impl Field for projectsUrl
Source§impl HasField<projectsUrl> for Repository
impl HasField<projectsUrl> for Repository
Auto Trait Implementations§
impl Freeze for projectsUrl
impl RefUnwindSafe for projectsUrl
impl Send for projectsUrl
impl Sync for projectsUrl
impl Unpin for projectsUrl
impl UnwindSafe for projectsUrl
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