Struct dynamic_object::DynamicObjectBase
source · [−]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 RefUnwindSafe for DynamicObjectBase
impl Send for DynamicObjectBase
impl Sync for DynamicObjectBase
impl Unpin for DynamicObjectBase
impl UnwindSafe for DynamicObjectBase
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more