pub struct ArchiveBlockers {
pub dirty_workspaces: Vec<DirtyWorkspace>,
pub jj_task_slug: Option<String>,
pub jj_task_workspaces: Vec<String>,
}Expand description
Blockers discovered before archive.
Fields§
§dirty_workspaces: Vec<DirtyWorkspace>§jj_task_slug: Option<String>§jj_task_workspaces: Vec<String>Trait Implementations§
Source§impl Clone for ArchiveBlockers
impl Clone for ArchiveBlockers
Source§fn clone(&self) -> ArchiveBlockers
fn clone(&self) -> ArchiveBlockers
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 ArchiveBlockers
impl Debug for ArchiveBlockers
Source§impl Default for ArchiveBlockers
impl Default for ArchiveBlockers
Source§fn default() -> ArchiveBlockers
fn default() -> ArchiveBlockers
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ArchiveBlockers
impl RefUnwindSafe for ArchiveBlockers
impl Send for ArchiveBlockers
impl Sync for ArchiveBlockers
impl Unpin for ArchiveBlockers
impl UnsafeUnpin for ArchiveBlockers
impl UnwindSafe for ArchiveBlockers
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