pub enum ManagedGcLifetime<'a> {
Owned(&'a Lifetime),
Referenced(&'a LifetimeLazy),
}Variants§
Owned(&'a Lifetime)
Referenced(&'a LifetimeLazy)
Auto Trait Implementations§
impl<'a> Freeze for ManagedGcLifetime<'a>
impl<'a> RefUnwindSafe for ManagedGcLifetime<'a>
impl<'a> Send for ManagedGcLifetime<'a>
impl<'a> Sync for ManagedGcLifetime<'a>
impl<'a> Unpin for ManagedGcLifetime<'a>
impl<'a> UnwindSafe for ManagedGcLifetime<'a>
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