Searched defs:unwrap_or_else (Results 1 – 6 of 6) sorted by relevance
37 pub(crate) fn unwrap_or_else(&self, what: &str, default_value: &str) -> String { in unwrap_or_else() method
92 pub fn unwrap_or_else<F>(self, op: F) -> T in unwrap_or_else() method
103 pub fn unwrap_or_else<F>(self, f: F) -> T in unwrap_or_else() method
111 pub fn unwrap_or_else<F>(self, f: F) -> T in unwrap_or_else() method289 pub fn unwrap_or_else<F>(self, f: F) -> T in unwrap_or_else() method
570 fn unwrap_or_else<F>(self, f: F) -> UnwrapOrElse<Self, F> in unwrap_or_else() method
255 pub fn unwrap_or_else(self, default_cb: impl FnOnce() -> f32) -> f32 { in unwrap_or_else() method