Lines Matching full:derive
57 /// example `#[derive(Copy)]` or `#[precondition(x < 5)]`.
68 /// #[derive(Copy, Clone)]
174 #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))]
186 /// For example this would return the `test` in `#[test]`, the `derive` in
187 /// `#[derive(Copy)]`, and the `path` in `#[path = "sys/windows.rs"]`.
446 #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))]
462 /// A meta list is like the `derive(Copy)` in `#[derive(Copy)]`.
474 #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))]
478 /// A structured list within an attribute, like `derive(Copy, Clone)`.
487 /// A structured list within an attribute, like `derive(Copy, Clone)`.
488 #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))]
498 #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))]
509 /// For example this would return the `test` in `#[test]`, the `derive` in
510 /// `#[derive(Copy)]`, and the `path` in `#[path = "sys/windows.rs"]`.