Struct simple_life::ConcreteLifecycle
source · [−]pub struct ConcreteLifecycle { /* private fields */ }Trait Implementations
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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