pub struct FlagConstantRead {
pub line: u32,
pub col: u32,
pub facts: FlagSiteFacts,
}Expand description
A guard test that reads a FlagConstant.
Fields§
§line: u321-based line.
col: u320-based byte column.
facts: FlagSiteFactsFacts about the guard.
Trait Implementations§
Source§impl Clone for FlagConstantRead
impl Clone for FlagConstantRead
impl Copy for FlagConstantRead
Source§impl Debug for FlagConstantRead
impl Debug for FlagConstantRead
impl<'__de> Decode<'__de> for FlagConstantReadwhere
'__de:,
impl Encode for FlagConstantRead
impl Eq for FlagConstantRead
Source§impl PartialEq for FlagConstantRead
impl PartialEq for FlagConstantRead
impl StructuralPartialEq for FlagConstantRead
Auto Trait Implementations§
impl Freeze for FlagConstantRead
impl RefUnwindSafe for FlagConstantRead
impl Send for FlagConstantRead
impl Sync for FlagConstantRead
impl Unpin for FlagConstantRead
impl UnsafeUnpin for FlagConstantRead
impl UnwindSafe for FlagConstantRead
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DecodeOwned for Twhere
T: for<'de> Decode<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.