Struct core_preview::AttributesPlugin
source · pub struct AttributesPlugin {
pub base: BasePlugin,
pub attributes: Attributes,
}Fields§
§base: BasePlugin§attributes: AttributesTrait Implementations§
Auto Trait Implementations§
impl Freeze for AttributesPlugin
impl RefUnwindSafe for AttributesPlugin
impl Send for AttributesPlugin
impl Sync for AttributesPlugin
impl Unpin for AttributesPlugin
impl UnwindSafe for AttributesPlugin
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