pub enum SnapshotWriteError {
UnsupportedConstant {
index: usize,
kind: String,
},
}Variants§
UnsupportedConstant
Bytecode.constants is a public field, so the writer cannot assume it
only holds the three variants the compiler emits.
Trait Implementations§
Source§impl Debug for SnapshotWriteError
impl Debug for SnapshotWriteError
Source§impl PartialEq for SnapshotWriteError
impl PartialEq for SnapshotWriteError
impl StructuralPartialEq for SnapshotWriteError
Auto Trait Implementations§
impl Freeze for SnapshotWriteError
impl RefUnwindSafe for SnapshotWriteError
impl Send for SnapshotWriteError
impl Sync for SnapshotWriteError
impl Unpin for SnapshotWriteError
impl UnsafeUnpin for SnapshotWriteError
impl UnwindSafe for SnapshotWriteError
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