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