pub struct RoleLifecycle {
pub role: RuntimeRole,
pub state: LifecycleState,
}Fields§
§role: RuntimeRole§state: LifecycleStateTrait Implementations§
Source§impl Clone for RoleLifecycle
impl Clone for RoleLifecycle
Source§fn clone(&self) -> RoleLifecycle
fn clone(&self) -> RoleLifecycle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RoleLifecycle
impl Debug for RoleLifecycle
impl Eq for RoleLifecycle
Source§impl PartialEq for RoleLifecycle
impl PartialEq for RoleLifecycle
impl StructuralPartialEq for RoleLifecycle
Auto Trait Implementations§
impl Freeze for RoleLifecycle
impl RefUnwindSafe for RoleLifecycle
impl Send for RoleLifecycle
impl Sync for RoleLifecycle
impl Unpin for RoleLifecycle
impl UnsafeUnpin for RoleLifecycle
impl UnwindSafe for RoleLifecycle
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