pub enum PL {
P(Vec<u8>),
C(Vec<StructureTag>),
}Expand description
Tagged value payload.
Variants§
Trait Implementations§
impl Eq for PL
impl StructuralPartialEq for PL
Auto Trait Implementations§
impl Freeze for PL
impl RefUnwindSafe for PL
impl Send for PL
impl Sync for PL
impl Unpin for PL
impl UnsafeUnpin for PL
impl UnwindSafe for PL
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