pub enum SliceType {
P,
B,
I,
Sp,
Si,
}
Expand description
See table 7-6 in the specification.
Variants
P
B
I
Sp
Si
Implementations
Trait Implementations
impl Copy for SliceType
impl Eq for SliceType
impl StructuralEq for SliceType
impl StructuralPartialEq for SliceType
Auto Trait Implementations
impl RefUnwindSafe for SliceType
impl Send for SliceType
impl Sync for SliceType
impl Unpin for SliceType
impl UnwindSafe for SliceType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more