pub struct PatternByteString {
pub extent: Extent,
pub value: ByteString,
}
Expand description
Fields§
§extent: Extent
§value: ByteString
Trait Implementations§
Source§impl Debug for PatternByteString
impl Debug for PatternByteString
Source§impl<'a> Index<&'a PatternByteString> for str
impl<'a> Index<&'a PatternByteString> for str
Source§impl Index<PatternByteString> for str
impl Index<PatternByteString> for str
Auto Trait Implementations§
impl Freeze for PatternByteString
impl RefUnwindSafe for PatternByteString
impl Send for PatternByteString
impl Sync for PatternByteString
impl Unpin for PatternByteString
impl UnwindSafe for PatternByteString
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