pub struct GitDepsRule;Expand description
Git-based dependencies.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GitDepsRule
impl RefUnwindSafe for GitDepsRule
impl Send for GitDepsRule
impl Sync for GitDepsRule
impl Unpin for GitDepsRule
impl UnsafeUnpin for GitDepsRule
impl UnwindSafe for GitDepsRule
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