pub enum VmgsLogEvent {
InitFailed,
InvalidFormat,
CorruptFormat,
AccessFailed,
}
Expand description
List of events for VmgsLogger
.
Variants§
InitFailed
VMGS initialization failed.
InvalidFormat
Invalid VMGS file format.
CorruptFormat
Corrupt VMGS file format.
AccessFailed
Data store access failure.
Auto Trait Implementations§
impl Freeze for VmgsLogEvent
impl RefUnwindSafe for VmgsLogEvent
impl Send for VmgsLogEvent
impl Sync for VmgsLogEvent
impl Unpin for VmgsLogEvent
impl UnwindSafe for VmgsLogEvent
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