Searched defs:with_value (Results 1 – 4 of 4) sorted by relevance
31 pub(crate) const fn with_value(value: T) -> OnceCell<T> { in with_value() method
32 pub(crate) const fn with_value(value: T) -> OnceCell<T> { in with_value() method
448 pub const fn with_value(value: T) -> OnceCell<T> { in with_value() method920 pub const fn with_value(value: T) -> OnceCell<T> { in with_value() method
49 pub(crate) const fn with_value(value: T) -> OnceCell<T> { in with_value() method