pub struct SlicePos {
pub start: usize,
pub end: usize,
}Expand description
A slice position.
Fields§
§start: usize§end: usizeTrait Implementations§
impl Copy for SlicePos
impl Eq for SlicePos
impl StructuralPartialEq for SlicePos
Auto Trait Implementations§
impl Freeze for SlicePos
impl RefUnwindSafe for SlicePos
impl Send for SlicePos
impl Sync for SlicePos
impl Unpin for SlicePos
impl UnsafeUnpin for SlicePos
impl UnwindSafe for SlicePos
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