pub(crate) struct FeatureLabelCompilationTest;
Expand description
#![doc = document_features::document_features!()]
#![doc = document_features::document_features!(feature_label = "**`{feature}`**")]
#![doc = document_features::document_features!(feature_label = r"**`{feature}`**")]
#![doc = document_features::document_features!(feature_label = r#"**`{feature}`**"#)]
#![doc = document_features::document_features!(feature_label = "<span class=\"stab portability\"><code>{feature}</code></span>")]
#![doc = document_features::document_features!(feature_label = r#"<span class="stab portability"><code>{feature}</code></span>"#)]
ⓘ
#![doc = document_features::document_features!(feature_label > "<span>{feature}</span>")]
ⓘ
#![doc = document_features::document_features!(label = "<span>{feature}</span>")]
ⓘ
#![doc = document_features::document_features!(feature_label = "{feat}")]
ⓘ
#![doc = document_features::document_features!(feature_label = 3.14)]
ⓘ
#![doc = document_features::document_features!(feature_label = )]
ⓘ
#![doc = document_features::document_features!(feature_label = "**`{feature}`**" extra)]
Auto Trait Implementations§
impl Freeze for FeatureLabelCompilationTest
impl RefUnwindSafe for FeatureLabelCompilationTest
impl Send for FeatureLabelCompilationTest
impl Sync for FeatureLabelCompilationTest
impl Unpin for FeatureLabelCompilationTest
impl UnwindSafe for FeatureLabelCompilationTest
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more