Searched refs:TryReserveErrorKind (Results 1 – 2 of 2) sorted by relevance
64 kind: TryReserveErrorKind,76 pub fn kind(&self) -> TryReserveErrorKind { in kind() argument88 pub enum TryReserveErrorKind { enum116 impl From<TryReserveErrorKind> for TryReserveError {118 fn from(kind: TryReserveErrorKind) -> Self { in from()124 impl From<LayoutError> for TryReserveErrorKind { implementation128 TryReserveErrorKind::CapacityOverflow in from()140 TryReserveErrorKind::CapacityOverflow => { in fmt()143 TryReserveErrorKind::AllocError { .. } => { in fmt()
18 use crate::collections::TryReserveErrorKind::*;