pub struct SetPredicateDetails {
pub span: Span,
pub secondary_destination: Option<Operand>,
pub predicate_input_negated: bool,
}Fields§
§span: Span§secondary_destination: Option<Operand>§predicate_input_negated: boolTrait Implementations§
Source§impl Clone for SetPredicateDetails
impl Clone for SetPredicateDetails
Source§fn clone(&self) -> SetPredicateDetails
fn clone(&self) -> SetPredicateDetails
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 SetPredicateDetails
impl Debug for SetPredicateDetails
Source§impl PartialEq for SetPredicateDetails
impl PartialEq for SetPredicateDetails
Source§fn eq(&self, other: &SetPredicateDetails) -> bool
fn eq(&self, other: &SetPredicateDetails) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetPredicateDetails
Auto Trait Implementations§
impl Freeze for SetPredicateDetails
impl RefUnwindSafe for SetPredicateDetails
impl Send for SetPredicateDetails
impl Sync for SetPredicateDetails
impl Unpin for SetPredicateDetails
impl UnsafeUnpin for SetPredicateDetails
impl UnwindSafe for SetPredicateDetails
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