struct StringMarker {
offset: usize,
len: usize,
string: Option<Bytes>,
}Fields§
§offset: usize§len: usize§string: Option<Bytes>Implementations§
Auto Trait Implementations§
impl !Freeze for StringMarker
impl RefUnwindSafe for StringMarker
impl Send for StringMarker
impl Sync for StringMarker
impl Unpin for StringMarker
impl UnsafeUnpin for StringMarker
impl UnwindSafe for StringMarker
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