pub struct ScopeTargetSlot;Trait Implementations§
Source§impl EventTargetSlot for ScopeTargetSlot
impl EventTargetSlot for ScopeTargetSlot
Auto Trait Implementations§
impl Freeze for ScopeTargetSlot
impl RefUnwindSafe for ScopeTargetSlot
impl Send for ScopeTargetSlot
impl Sync for ScopeTargetSlot
impl Unpin for ScopeTargetSlot
impl UnsafeUnpin for ScopeTargetSlot
impl UnwindSafe for ScopeTargetSlot
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