#[repr(C)]pub struct QueryPattern {
pub steps: Slice,
pub predicate_steps: Slice,
pub start_byte: u32,
}
Fields§
§steps: Slice
§predicate_steps: Slice
§start_byte: u32
Trait Implementations§
Source§impl Clone for QueryPattern
impl Clone for QueryPattern
Source§fn clone(&self) -> QueryPattern
fn clone(&self) -> QueryPattern
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for QueryPattern
Auto Trait Implementations§
impl Freeze for QueryPattern
impl RefUnwindSafe for QueryPattern
impl Send for QueryPattern
impl Sync for QueryPattern
impl Unpin for QueryPattern
impl UnwindSafe for QueryPattern
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