Struct text_parsing::Snip
source · pub struct Snip {
pub offset: usize,
pub length: usize,
}
Fields§
§offset: usize
§length: usize
Trait Implementations§
source§impl Ord for Snip
impl Ord for Snip
source§impl PartialOrd for Snip
impl PartialOrd for Snip
impl Copy for Snip
impl Eq for Snip
impl StructuralPartialEq for Snip
Auto Trait Implementations§
impl Freeze for Snip
impl RefUnwindSafe for Snip
impl Send for Snip
impl Sync for Snip
impl Unpin for Snip
impl UnwindSafe for Snip
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)