pub struct GraphScheduler<const LOCKING: bool> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<const LOCKING: bool> Default for GraphScheduler<LOCKING>
impl<const LOCKING: bool> Default for GraphScheduler<LOCKING>
Source§fn default() -> GraphScheduler<LOCKING>
fn default() -> GraphScheduler<LOCKING>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<const LOCKING: bool> Freeze for GraphScheduler<LOCKING>
impl<const LOCKING: bool> !RefUnwindSafe for GraphScheduler<LOCKING>
impl<const LOCKING: bool> Send for GraphScheduler<LOCKING>
impl<const LOCKING: bool> Sync for GraphScheduler<LOCKING>
impl<const LOCKING: bool> Unpin for GraphScheduler<LOCKING>
impl<const LOCKING: bool> !UnwindSafe for GraphScheduler<LOCKING>
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