pub struct InapplicableAttribute<attr, construct, site> {
pub attr: attr,
pub construct: construct,
pub site: site,
}Expand description
Attribute cannot apply to this language construct.
Fields§
§attr: attrDescription
construct: constructLanguage item in question.
site: siteLocation
Trait Implementations§
Auto Trait Implementations§
impl<attr, construct, site> Freeze for InapplicableAttribute<attr, construct, site>
impl<attr, construct, site> RefUnwindSafe for InapplicableAttribute<attr, construct, site>
impl<attr, construct, site> Send for InapplicableAttribute<attr, construct, site>
impl<attr, construct, site> Sync for InapplicableAttribute<attr, construct, site>
impl<attr, construct, site> Unpin for InapplicableAttribute<attr, construct, site>
impl<attr, construct, site> UnwindSafe for InapplicableAttribute<attr, construct, site>
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