pub enum SliceType {
B = 0,
P = 1,
I = 2,
}
Expand description
See table 7-7 in the specification.
Variants§
Implementations§
Trait Implementations§
impl Copy for SliceType
impl Eq for SliceType
impl StructuralPartialEq for SliceType
Auto Trait Implementations§
impl Freeze for SliceType
impl RefUnwindSafe for SliceType
impl Send for SliceType
impl Sync for SliceType
impl Unpin for SliceType
impl UnwindSafe for SliceType
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