pub struct PreparedContextSwitch<'switch> { /* private fields */ }Expand description
Prepared current-context publication owned by the final switch tail.
Trait Implementations§
Source§impl Drop for PreparedContextSwitch<'_>
impl Drop for PreparedContextSwitch<'_>
Auto Trait Implementations§
impl<'switch> !Send for PreparedContextSwitch<'switch>
impl<'switch> !Sync for PreparedContextSwitch<'switch>
impl<'switch> !UnwindSafe for PreparedContextSwitch<'switch>
impl<'switch> Freeze for PreparedContextSwitch<'switch>
impl<'switch> RefUnwindSafe for PreparedContextSwitch<'switch>
impl<'switch> Unpin for PreparedContextSwitch<'switch>
impl<'switch> UnsafeUnpin for PreparedContextSwitch<'switch>
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