Lines Matching refs:is_some
239 let explicit_repr = repr.is_some();
263 let variants_from_header = variants_from_header_attr.is_some();
349 if foreign_mod.unsafety.is_some() {
359 let trusted = trusted || foreign_mod.unsafety.is_some();
546 if generics.where_clause.is_some()
565 if foreign_fn.sig.asyncness.is_some() && !cfg!(feature = "experimental-async-fn") {
575 if foreign_fn.sig.constness.is_some() {
600 mutable: arg.mutability.is_some(),
665 let throws = throws_tokens.is_some();
916 if colon_token.is_some() {
1083 let negative = negative_token.is_some();
1159 let mutable = ty.mutability.is_some();
1181 if ty.mutability.is_some() {
1201 let mutable = ty.mutability.is_some();
1365 if ty.lifetimes.is_some() {
1372 if ty.variadic.is_some() {
1413 let throws = throws_tokens.is_some();