Enum block_utils::Scheduler [−][src]
pub enum Scheduler {
Cfq,
Deadline,
Noop,
}Variants
Expand description
Try to balance latency and throughput
Expand description
Latency is most important
Expand description
Throughput is most important
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Scheduler
impl Send for Scheduler
impl Sync for Scheduler
impl Unpin for Scheduler
impl UnwindSafe for Scheduler
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more