pub struct LAEnvironmentObserverRegistration { /* private fields */ }Expand description
Strong registration that keeps an LAEnvironmentObserver alive while LAEnvironment only holds it weakly.
Trait Implementations§
Auto Trait Implementations§
impl !Send for LAEnvironmentObserverRegistration
impl !Sync for LAEnvironmentObserverRegistration
impl Freeze for LAEnvironmentObserverRegistration
impl RefUnwindSafe for LAEnvironmentObserverRegistration
impl Unpin for LAEnvironmentObserverRegistration
impl UnsafeUnpin for LAEnvironmentObserverRegistration
impl UnwindSafe for LAEnvironmentObserverRegistration
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