pub enum UnpackKeyKind {
Sym(usize),
Const(usize),
}Variants§
Trait Implementations§
Source§impl Debug for UnpackKeyKind
impl Debug for UnpackKeyKind
Source§impl<'de> Deserialize<'de> for UnpackKeyKind
impl<'de> Deserialize<'de> for UnpackKeyKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UnpackKeyKind
impl PartialEq for UnpackKeyKind
Source§impl Serialize for UnpackKeyKind
impl Serialize for UnpackKeyKind
impl Eq for UnpackKeyKind
impl StructuralPartialEq for UnpackKeyKind
Auto Trait Implementations§
impl Freeze for UnpackKeyKind
impl RefUnwindSafe for UnpackKeyKind
impl Send for UnpackKeyKind
impl Sync for UnpackKeyKind
impl Unpin for UnpackKeyKind
impl UnsafeUnpin for UnpackKeyKind
impl UnwindSafe for UnpackKeyKind
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