Searched refs:StructWithString (Results 1 – 3 of 3) sorted by relevance
76 struct StructWithString { in matches_struct_with_matching_string_reference_property() struct79 impl StructWithString { in matches_struct_with_matching_string_reference_property() implementation84 let value = StructWithString { property: "Something".into() }; in matches_struct_with_matching_string_reference_property()85 verify_that!(value, property!(*StructWithString.get_property_ref(), eq("Something"))) in matches_struct_with_matching_string_reference_property()
1634 type StructWithString struct { struct1643 var x StructWithString