pub struct DynamicObjectBase;
Expand description
Base class for all objects Inherit from it for your base classes
§Example:
#[subclass(DynamicObjectBase)]
struct MyObject;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DynamicObjectBase
impl RefUnwindSafe for DynamicObjectBase
impl Send for DynamicObjectBase
impl Sync for DynamicObjectBase
impl Unpin for DynamicObjectBase
impl UnwindSafe for DynamicObjectBase
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