pub struct EnumPatch {
pub enum_name: String,
pub discriminant: i64,
}Fields§
§enum_name: StringVariant name (kept as enum_name for backward compatibility).
discriminant: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnumPatch
impl RefUnwindSafe for EnumPatch
impl Send for EnumPatch
impl Sync for EnumPatch
impl Unpin for EnumPatch
impl UnsafeUnpin for EnumPatch
impl UnwindSafe for EnumPatch
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