pub struct PegOffsetType;Expand description
PegOffsetType (836).
Implementations§
Source§impl PegOffsetType
impl PegOffsetType
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PegOffsetType
impl RefUnwindSafe for PegOffsetType
impl Send for PegOffsetType
impl Sync for PegOffsetType
impl Unpin for PegOffsetType
impl UnsafeUnpin for PegOffsetType
impl UnwindSafe for PegOffsetType
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