pub struct LifecycleContext {
pub display_name: String,
pub metadata: Map<String, Value>,
}Fields§
§display_name: String§metadata: Map<String, Value>Auto Trait Implementations§
impl Freeze for LifecycleContext
impl RefUnwindSafe for LifecycleContext
impl Send for LifecycleContext
impl Sync for LifecycleContext
impl Unpin for LifecycleContext
impl UnsafeUnpin for LifecycleContext
impl UnwindSafe for LifecycleContext
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