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