Struct green::sleeper_list::SleeperList[src]
pub struct SleeperList {
// some fields omitted
}pub struct SleeperList {
// some fields omitted
}impl SleeperListfn new() -> SleeperListfn push(&mut self, value: SchedHandle)fn pop(&mut self) -> Option<SchedHandle>fn casual_pop(&mut self) -> Option<SchedHandle>impl Clone for SleeperListfn clone(&self) -> SleeperListfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).