pub struct PathCapture {
pub start: usize,
pub end: usize,
}Fields§
§start: usize§end: usizeImplementations§
Trait Implementations§
Source§impl Clone for PathCapture
impl Clone for PathCapture
Source§fn clone(&self) -> PathCapture
fn clone(&self) -> PathCapture
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PathCapture
Source§impl Debug for PathCapture
impl Debug for PathCapture
Source§impl Default for PathCapture
impl Default for PathCapture
Source§fn default() -> PathCapture
fn default() -> PathCapture
Returns the “default value” for a type. Read more
impl Eq for PathCapture
Source§impl PartialEq for PathCapture
impl PartialEq for PathCapture
impl StructuralPartialEq for PathCapture
Auto Trait Implementations§
impl Freeze for PathCapture
impl RefUnwindSafe for PathCapture
impl Send for PathCapture
impl Sync for PathCapture
impl Unpin for PathCapture
impl UnsafeUnpin for PathCapture
impl UnwindSafe for PathCapture
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