Skip to main content

tuple_struct_partial_eq

Function tuple_struct_partial_eq 

Source
pub fn tuple_struct_partial_eq(
    a: &dyn TupleStruct,
    b: &dyn PartialReflect,
) -> Option<bool>
Expand description

Compares a TupleStruct with a PartialReflect value.

Returns true if and only if all of the following are true:

Returns None if the comparison couldn’t even be performed.