• Home
  • Raw
  • Download

Lines Matching defs:static

34         E: StdError + Send + Sync + 'static,  in new()
81 M: Display + Debug + Send + Sync + 'static, in msg()
90 E: StdError + Send + Sync + 'static, in from_std()
113 M: Display + Debug + Send + Sync + 'static, in from_adhoc()
139 M: Display + Send + Sync + 'static, in from_display()
166 C: Display + Send + Sync + 'static, in from_context()
167 E: StdError + Send + Sync + 'static, in from_context()
228 E: StdError + Send + Sync + 'static, in construct()
303 C: Display + Send + Sync + 'static, in context()
402 pub fn root_cause(&self) -> &(dyn StdError + 'static) { in root_cause()
416 E: Display + Debug + Send + Sync + 'static, in is()
424 E: Display + Debug + Send + Sync + 'static, in downcast()
494 E: Display + Debug + Send + Sync + 'static, in downcast_ref()
508 E: Display + Debug + Send + Sync + 'static, in downcast_mut()
624 unsafe fn object_ref<E>(e: Ref<ErrorImpl>) -> Ref<dyn StdError + Send + Sync + 'static> in object_ref()
644 unsafe fn object_mut<E>(e: Mut<ErrorImpl>) -> &mut (dyn StdError + Send + Sync + 'static) in object_mut()
653 unsafe fn object_boxed<E>(e: Own<ErrorImpl>) -> Box<dyn StdError + Send + Sync + 'static> in object_boxed()
662 unsafe fn object_downcast<E>(e: Ref<ErrorImpl>, target: TypeId) -> Option<Ref<()>> in object_downcast()
689 unsafe fn object_downcast_mut<E>(e: Mut<ErrorImpl>, target: TypeId) -> Option<Mut<()>> in object_downcast_mut()
711 unsafe fn context_downcast<C, E>(e: Ref<ErrorImpl>, target: TypeId) -> Option<Ref<()>> in context_downcast()
714 E: 'static, in context_downcast()
729 unsafe fn context_downcast_mut<C, E>(e: Mut<ErrorImpl>, target: TypeId) -> Option<Mut<()>> in context_downcast_mut()
732 E: 'static, in context_downcast_mut()
747 unsafe fn context_drop_rest<C, E>(e: Own<ErrorImpl>, target: TypeId) in context_drop_rest()
750 E: 'static, in context_drop_rest()
768 unsafe fn context_chain_downcast<C>(e: Ref<ErrorImpl>, target: TypeId) -> Option<Ref<()>> in context_chain_downcast()
784 unsafe fn context_chain_downcast_mut<C>(e: Mut<ErrorImpl>, target: TypeId) -> Option<Mut<()>> in context_chain_downcast_mut()
799 unsafe fn context_chain_drop_rest<C>(e: Own<ErrorImpl>, target: TypeId) in context_chain_drop_rest()
827 unsafe fn context_backtrace<C>(e: Ref<ErrorImpl>) -> Option<&Backtrace> in context_backtrace()
873 pub(crate) unsafe fn error(this: Ref<Self>) -> &(dyn StdError + Send + Sync + 'static) { in error()
880 pub(crate) unsafe fn error_mut(this: Mut<Self>) -> &mut (dyn StdError + Send + Sync + 'static) { in error_mut()
928 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source()
982 fn as_ref(&self) -> &(dyn StdError + Send + Sync + 'static) { in as_ref()
989 fn as_ref(&self) -> &(dyn StdError + 'static) { in as_ref()