pub struct SupervisorLane<M: RawMutex + 'static, const FRAME: usize> { /* private fields */ }Implementations§
Source§impl<M: RawMutex + 'static, const FRAME: usize> SupervisorLane<M, FRAME>
impl<M: RawMutex + 'static, const FRAME: usize> SupervisorLane<M, FRAME>
pub fn into_fleet<const NOTIFY: usize, const LIFECYCLE: usize>( self, notify: Sender<'static, M, InterfaceId, NOTIFY>, lifecycle: Sender<'static, M, InterfaceLifecycle, LIFECYCLE>, ) -> Fleet<M, FRAME, NOTIFY, LIFECYCLE>
Auto Trait Implementations§
impl<M, const FRAME: usize> !RefUnwindSafe for SupervisorLane<M, FRAME>
impl<M, const FRAME: usize> !UnwindSafe for SupervisorLane<M, FRAME>
impl<M, const FRAME: usize> Freeze for SupervisorLane<M, FRAME>
impl<M, const FRAME: usize> Send for SupervisorLane<M, FRAME>where
M: Sync,
impl<M, const FRAME: usize> Sync for SupervisorLane<M, FRAME>where
M: Sync,
impl<M, const FRAME: usize> Unpin for SupervisorLane<M, FRAME>
impl<M, const FRAME: usize> UnsafeUnpin for SupervisorLane<M, FRAME>
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