pub struct GitComponent(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Component for GitComponent
impl Component for GitComponent
Auto Trait Implementations§
impl Freeze for GitComponent
impl RefUnwindSafe for GitComponent
impl Send for GitComponent
impl Sync for GitComponent
impl Unpin for GitComponent
impl UnwindSafe for GitComponent
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