Struct fluentci_ext::git_checkout::GitCheckout
source · pub struct GitCheckout {}
Trait Implementations§
source§impl Default for GitCheckout
impl Default for GitCheckout
source§fn default() -> GitCheckout
fn default() -> GitCheckout
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GitCheckout
impl RefUnwindSafe for GitCheckout
impl Send for GitCheckout
impl Sync for GitCheckout
impl Unpin for GitCheckout
impl UnwindSafe for GitCheckout
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