pub struct GetRepositoryPaths;Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetRepositoryPaths
impl RefUnwindSafe for GetRepositoryPaths
impl Send for GetRepositoryPaths
impl Sync for GetRepositoryPaths
impl Unpin for GetRepositoryPaths
impl UnsafeUnpin for GetRepositoryPaths
impl UnwindSafe for GetRepositoryPaths
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