[−][src]Enum cranelift_codegen_meta::cdsl::settings::PredicateNode
Variants
OwnedBool(BoolSettingIndex)Not(Box<PredicateNode>)And(Box<PredicateNode>, Box<PredicateNode>)Methods
impl PredicateNode[src]
fn render(&self, group: &SettingGroup) -> String[src]
Trait Implementations
impl Eq for PredicateNode[src]
impl Hash for PredicateNode[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Into<PredicateNode> for BoolSettingIndex[src]
fn into(self) -> PredicateNode[src]
impl<'a> Into<PredicateNode> for (BoolSettingIndex, &'a SettingGroup)[src]
fn into(self) -> PredicateNode[src]
impl PartialEq<PredicateNode> for PredicateNode[src]
fn eq(&self, other: &PredicateNode) -> bool[src]
fn ne(&self, other: &PredicateNode) -> bool[src]
impl StructuralEq for PredicateNode[src]
impl StructuralPartialEq for PredicateNode[src]
Auto Trait Implementations
impl RefUnwindSafe for PredicateNode
impl Send for PredicateNode
impl Sync for PredicateNode
impl Unpin for PredicateNode
impl UnwindSafe for PredicateNode
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,