Enum logging::intent_log::IntentLogEntryStatus
source · pub enum IntentLogEntryStatus {
Unknown,
Start,
Success,
Aborted(String),
}Variants§
Auto Trait Implementations§
impl RefUnwindSafe for IntentLogEntryStatus
impl Send for IntentLogEntryStatus
impl Sync for IntentLogEntryStatus
impl Unpin for IntentLogEntryStatus
impl UnwindSafe for IntentLogEntryStatus
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