pub enum ArchiveResult {
Archived(String),
RecentArchiveExists,
}
Expand description
Status of the archive request
Variants§
Auto Trait Implementations§
impl Freeze for ArchiveResult
impl RefUnwindSafe for ArchiveResult
impl Send for ArchiveResult
impl Sync for ArchiveResult
impl Unpin for ArchiveResult
impl UnwindSafe for ArchiveResult
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