pub struct PragmaStateQuery { /* private fields */ }Expand description
Query object describing compile-time pragma state at a byte offset.
Implementations§
Trait Implementations§
Source§impl Clone for PragmaStateQuery
impl Clone for PragmaStateQuery
Source§fn clone(&self) -> PragmaStateQuery
fn clone(&self) -> PragmaStateQuery
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PragmaStateQuery
impl Debug for PragmaStateQuery
Source§impl PartialEq for PragmaStateQuery
impl PartialEq for PragmaStateQuery
impl StructuralPartialEq for PragmaStateQuery
Auto Trait Implementations§
impl Freeze for PragmaStateQuery
impl RefUnwindSafe for PragmaStateQuery
impl Send for PragmaStateQuery
impl Sync for PragmaStateQuery
impl Unpin for PragmaStateQuery
impl UnsafeUnpin for PragmaStateQuery
impl UnwindSafe for PragmaStateQuery
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