pub struct followRenames;
Trait Implementations§
Source§impl HasArgument<followRenames> for repository
impl HasArgument<followRenames> for repository
Auto Trait Implementations§
impl Freeze for followRenames
impl RefUnwindSafe for followRenames
impl Send for followRenames
impl Sync for followRenames
impl Unpin for followRenames
impl UnwindSafe for followRenames
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