pub struct GitOverlayGuide {
pub topic: &'static str,
pub summary: &'static str,
pub steps: &'static [&'static str],
}Expand description
Machine-facing git-overlay guide (JSON / structured output).
Fields§
§topic: &'static str§summary: &'static str§steps: &'static [&'static str]Trait Implementations§
Source§impl Clone for GitOverlayGuide
impl Clone for GitOverlayGuide
Source§fn clone(&self) -> GitOverlayGuide
fn clone(&self) -> GitOverlayGuide
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 GitOverlayGuide
impl Debug for GitOverlayGuide
impl Eq for GitOverlayGuide
Source§impl PartialEq for GitOverlayGuide
impl PartialEq for GitOverlayGuide
Source§impl Serialize for GitOverlayGuide
impl Serialize for GitOverlayGuide
impl StructuralPartialEq for GitOverlayGuide
Auto Trait Implementations§
impl Freeze for GitOverlayGuide
impl RefUnwindSafe for GitOverlayGuide
impl Send for GitOverlayGuide
impl Sync for GitOverlayGuide
impl Unpin for GitOverlayGuide
impl UnsafeUnpin for GitOverlayGuide
impl UnwindSafe for GitOverlayGuide
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