#[repr(u8)]pub enum PageTag {
Events = 0,
StringData = 1,
StringIndex = 2,
}
Variants§
Trait Implementations§
impl Copy for PageTag
impl Eq for PageTag
impl StructuralPartialEq for PageTag
Auto Trait Implementations§
impl Freeze for PageTag
impl RefUnwindSafe for PageTag
impl Send for PageTag
impl Sync for PageTag
impl Unpin for PageTag
impl UnwindSafe for PageTag
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