pub struct RetroGrab {
pub start_byte: usize,
pub grabbed: String,
}Fields§
§start_byte: usize§grabbed: StringAuto Trait Implementations§
impl Freeze for RetroGrab
impl RefUnwindSafe for RetroGrab
impl Send for RetroGrab
impl Sync for RetroGrab
impl Unpin for RetroGrab
impl UnsafeUnpin for RetroGrab
impl UnwindSafe for RetroGrab
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