#[repr(u8)]pub enum PatchKind {
Hole = 0,
Stack = 1,
Target = 2,
Unknown = 3,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PatchKind
impl RefUnwindSafe for PatchKind
impl Send for PatchKind
impl Sync for PatchKind
impl Unpin for PatchKind
impl UnsafeUnpin for PatchKind
impl UnwindSafe for PatchKind
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