pub struct TimelineSemaphoreManager { /* private fields */ }Expand description
Timeline semaphore manager for async synchronization.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimelineSemaphoreManager
impl RefUnwindSafe for TimelineSemaphoreManager
impl Send for TimelineSemaphoreManager
impl Sync for TimelineSemaphoreManager
impl Unpin for TimelineSemaphoreManager
impl UnsafeUnpin for TimelineSemaphoreManager
impl UnwindSafe for TimelineSemaphoreManager
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