Enum candle_core::pickle::OpCode
source · #[repr(u8)]pub enum OpCode {
Show 32 variants
Proto,
Global,
BinPut,
LongBinPut,
EmptyTuple,
Reduce,
Mark,
BinUnicode,
BinInt,
Tuple,
BinPersId,
BinInt1,
BinInt2,
Tuple1,
Tuple2,
Tuple3,
NewTrue,
NewFalse,
None,
BinGet,
LongBinGet,
SetItem,
SetItems,
EmptyDict,
Dict,
Build,
Stop,
NewObj,
EmptyList,
BinFloat,
Append,
Appends,
}Variants§
Proto
Global
BinPut
LongBinPut
EmptyTuple
Reduce
Mark
BinUnicode
BinInt
Tuple
BinPersId
BinInt1
BinInt2
Tuple1
Tuple2
Tuple3
NewTrue
NewFalse
None
BinGet
LongBinGet
SetItem
SetItems
EmptyDict
Dict
Build
Stop
NewObj
EmptyList
BinFloat
Append
Appends
Trait Implementations§
source§impl PartialEq<OpCode> for OpCode
impl PartialEq<OpCode> for OpCode
impl Eq for OpCode
impl StructuralEq for OpCode
impl StructuralPartialEq for OpCode
Auto Trait Implementations§
impl RefUnwindSafe for OpCode
impl Send for OpCode
impl Sync for OpCode
impl Unpin for OpCode
impl UnwindSafe for OpCode
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