pub struct Context {
pub root: Utf8PathBuf,
pub meta: Metadata,
pub repo: Repository,
pub crate_names: Vec<String>,
pub crates_index: Index,
pub history: Option<History>,
pub bump: BumpSpec,
pub bump_dependencies: BumpSpec,
}Fields§
§root: Utf8PathBuf§meta: Metadata§repo: Repository§crate_names: Vec<String>§crates_index: Index§history: Option<History>§bump: BumpSpec§bump_dependencies: BumpSpecImplementations§
Auto Trait Implementations§
impl !Freeze for Context
impl !RefUnwindSafe for Context
impl Send for Context
impl !Sync for Context
impl Unpin for Context
impl !UnwindSafe for Context
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