pub struct AssemblyIntermediate<'x, S>(/* private fields */)
where
S: ReactorInitializer;Expand description
Intermediate result of assembly.
Auto Trait Implementations§
impl<'x, S> Freeze for AssemblyIntermediate<'x, S>where
S: Freeze,
impl<'x, S> !RefUnwindSafe for AssemblyIntermediate<'x, S>
impl<'x, S> !Send for AssemblyIntermediate<'x, S>
impl<'x, S> !Sync for AssemblyIntermediate<'x, S>
impl<'x, S> Unpin for AssemblyIntermediate<'x, S>where
S: Unpin,
impl<'x, S> !UnwindSafe for AssemblyIntermediate<'x, S>
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