pub struct BackgroundIssue { /* private fields */ }Expand description
Snapshot of the most recent background open/save problem.
Implementations§
Source§impl BackgroundIssue
impl BackgroundIssue
Sourcepub fn kind(&self) -> BackgroundIssueKind
pub fn kind(&self) -> BackgroundIssueKind
Returns the issue kind.
Sourcepub fn is_discarded(&self) -> bool
pub fn is_discarded(&self) -> bool
Returns true when the worker result was discarded instead of applied.
Trait Implementations§
Source§impl Clone for BackgroundIssue
impl Clone for BackgroundIssue
Source§fn clone(&self) -> BackgroundIssue
fn clone(&self) -> BackgroundIssue
Returns a duplicate of the value. Read more
1.0.0 · 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 BackgroundIssue
impl Debug for BackgroundIssue
Source§impl PartialEq for BackgroundIssue
impl PartialEq for BackgroundIssue
impl Eq for BackgroundIssue
impl StructuralPartialEq for BackgroundIssue
Auto Trait Implementations§
impl Freeze for BackgroundIssue
impl RefUnwindSafe for BackgroundIssue
impl Send for BackgroundIssue
impl Sync for BackgroundIssue
impl Unpin for BackgroundIssue
impl UnsafeUnpin for BackgroundIssue
impl UnwindSafe for BackgroundIssue
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