Struct simple_life::ConcreteLifecycle
source · pub struct ConcreteLifecycle { /* private fields */ }Trait Implementations§
source§impl Lifecycle for ConcreteLifecycle
impl Lifecycle for ConcreteLifecycle
Auto Trait Implementations§
impl !RefUnwindSafe for ConcreteLifecycle
impl Send for ConcreteLifecycle
impl Sync for ConcreteLifecycle
impl Unpin for ConcreteLifecycle
impl !UnwindSafe for ConcreteLifecycle
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