pub struct PredicateGuard {
pub span: Span,
pub negated: bool,
pub register: String,
}Fields§
§span: Span§negated: bool§register: StringTrait Implementations§
Source§impl Clone for PredicateGuard
impl Clone for PredicateGuard
Source§fn clone(&self) -> PredicateGuard
fn clone(&self) -> PredicateGuard
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PredicateGuard
impl Debug for PredicateGuard
Source§impl PartialEq for PredicateGuard
impl PartialEq for PredicateGuard
Source§fn eq(&self, other: &PredicateGuard) -> bool
fn eq(&self, other: &PredicateGuard) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PredicateGuard
Auto Trait Implementations§
impl Freeze for PredicateGuard
impl RefUnwindSafe for PredicateGuard
impl Send for PredicateGuard
impl Sync for PredicateGuard
impl Unpin for PredicateGuard
impl UnsafeUnpin for PredicateGuard
impl UnwindSafe for PredicateGuard
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