pub struct DefaultRepoLocator;Expand description
Local repo locator using repo.yaml first and .git as a fallback root marker.
Trait Implementations§
Source§impl Clone for DefaultRepoLocator
impl Clone for DefaultRepoLocator
Source§fn clone(&self) -> DefaultRepoLocator
fn clone(&self) -> DefaultRepoLocator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DefaultRepoLocator
impl Debug for DefaultRepoLocator
Source§impl Default for DefaultRepoLocator
impl Default for DefaultRepoLocator
Source§fn default() -> DefaultRepoLocator
fn default() -> DefaultRepoLocator
Returns the “default value” for a type. Read more
Source§impl RepoLocator for DefaultRepoLocator
impl RepoLocator for DefaultRepoLocator
Auto Trait Implementations§
impl Freeze for DefaultRepoLocator
impl RefUnwindSafe for DefaultRepoLocator
impl Send for DefaultRepoLocator
impl Sync for DefaultRepoLocator
impl Unpin for DefaultRepoLocator
impl UnsafeUnpin for DefaultRepoLocator
impl UnwindSafe for DefaultRepoLocator
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