struct MetaDynamic {
plugin_type: Option<Path>,
lazy_registration: bool,
}
Expand description
A meta attribute to indicate that the class / interface is dynamic.
Depending on the object kind this can be either
#[object_subclass_dynamic]
#[object_interface_dynamic]
Fields§
§plugin_type: Option<Path>
§lazy_registration: bool
Implementations§
source§impl MetaDynamic
impl MetaDynamic
Auto Trait Implementations§
impl Freeze for MetaDynamic
impl RefUnwindSafe for MetaDynamic
impl !Send for MetaDynamic
impl !Sync for MetaDynamic
impl Unpin for MetaDynamic
impl UnwindSafe for MetaDynamic
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