pub struct ArchivePrompt {
pub task_id: i64,
pub kind: ArchivePromptKind,
}Expand description
Confirmation required before forcing archive.
Fields§
§task_id: i64§kind: ArchivePromptKindImplementations§
Source§impl ArchivePrompt
impl ArchivePrompt
pub fn view(&self) -> ArchivePromptView
Trait Implementations§
Source§impl Clone for ArchivePrompt
impl Clone for ArchivePrompt
Source§fn clone(&self) -> ArchivePrompt
fn clone(&self) -> ArchivePrompt
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 ArchivePrompt
impl Debug for ArchivePrompt
impl Eq for ArchivePrompt
Source§impl PartialEq for ArchivePrompt
impl PartialEq for ArchivePrompt
Source§fn eq(&self, other: &ArchivePrompt) -> bool
fn eq(&self, other: &ArchivePrompt) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ArchivePrompt
Auto Trait Implementations§
impl Freeze for ArchivePrompt
impl RefUnwindSafe for ArchivePrompt
impl Send for ArchivePrompt
impl Sync for ArchivePrompt
impl Unpin for ArchivePrompt
impl UnsafeUnpin for ArchivePrompt
impl UnwindSafe for ArchivePrompt
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