pub struct ArchivePromptView {
pub warning_lines: Vec<String>,
pub prompt: String,
}Expand description
CLI-facing warning and prompt text for archive confirmation.
Fields§
§warning_lines: Vec<String>§prompt: StringTrait Implementations§
Source§impl Clone for ArchivePromptView
impl Clone for ArchivePromptView
Source§fn clone(&self) -> ArchivePromptView
fn clone(&self) -> ArchivePromptView
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 ArchivePromptView
impl Debug for ArchivePromptView
impl Eq for ArchivePromptView
Source§impl PartialEq for ArchivePromptView
impl PartialEq for ArchivePromptView
Source§fn eq(&self, other: &ArchivePromptView) -> bool
fn eq(&self, other: &ArchivePromptView) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ArchivePromptView
Auto Trait Implementations§
impl Freeze for ArchivePromptView
impl RefUnwindSafe for ArchivePromptView
impl Send for ArchivePromptView
impl Sync for ArchivePromptView
impl Unpin for ArchivePromptView
impl UnsafeUnpin for ArchivePromptView
impl UnwindSafe for ArchivePromptView
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