pub struct LocalRef<A: Actor, D: Delegate>(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A, D> Freeze for LocalRef<A, D>
impl<A, D> !RefUnwindSafe for LocalRef<A, D>
impl<A, D> Send for LocalRef<A, D>
impl<A, D> Sync for LocalRef<A, D>
impl<A, D> Unpin for LocalRef<A, D>
impl<A, D> !UnwindSafe for LocalRef<A, D>
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