pub struct GatheredContext {
pub version: String,
pub changelog: String,
pub readme: String,
pub commits: Vec<String>,
pub manifest: Option<Value>,
}Fields§
§version: String§changelog: String§readme: String§commits: Vec<String>§manifest: Option<Value>Trait Implementations§
Source§impl Clone for GatheredContext
impl Clone for GatheredContext
Source§fn clone(&self) -> GatheredContext
fn clone(&self) -> GatheredContext
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 GatheredContext
impl Debug for GatheredContext
Auto Trait Implementations§
impl Freeze for GatheredContext
impl RefUnwindSafe for GatheredContext
impl Send for GatheredContext
impl Sync for GatheredContext
impl Unpin for GatheredContext
impl UnsafeUnpin for GatheredContext
impl UnwindSafe for GatheredContext
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