• Home
  • Raw
  • Download

Lines Matching defs:static

36         E: StdError + Send + Sync + 'static,  in new()
83 M: Display + Debug + Send + Sync + 'static, in msg()
153 E: StdError + Send + Sync + 'static, in construct_from_std()
179 M: Display + Debug + Send + Sync + 'static, in construct_from_adhoc()
208 M: Display + Send + Sync + 'static, in construct_from_display()
242 C: Display + Send + Sync + 'static, in construct_from_context()
243 E: StdError + Send + Sync + 'static, in construct_from_context()
310 E: StdError + Send + Sync + 'static, in construct()
385 C: Display + Send + Sync + 'static, in context()
482 pub fn root_cause(&self) -> &(dyn StdError + 'static) { in root_cause()
496 E: Display + Debug + Send + Sync + 'static, in is()
504 E: Display + Debug + Send + Sync + 'static, in downcast()
574 E: Display + Debug + Send + Sync + 'static, in downcast_ref()
588 E: Display + Debug + Send + Sync + 'static, in downcast_mut()
708 unsafe fn object_ref<E>(e: Ref<ErrorImpl>) -> Ref<dyn StdError + Send + Sync + 'static> in object_ref()
728 unsafe fn object_mut<E>(e: Mut<ErrorImpl>) -> &mut (dyn StdError + Send + Sync + 'static) in object_mut()
738 unsafe fn object_boxed<E>(e: Own<ErrorImpl>) -> Box<dyn StdError + Send + Sync + 'static> in object_boxed()
748 unsafe fn object_downcast<E>(e: Ref<ErrorImpl>, target: TypeId) -> Option<Ref<()>> in object_downcast()
775 unsafe fn object_downcast_mut<E>(e: Mut<ErrorImpl>, target: TypeId) -> Option<Mut<()>> in object_downcast_mut()
801 unsafe fn context_downcast<C, E>(e: Ref<ErrorImpl>, target: TypeId) -> Option<Ref<()>> in context_downcast()
804 E: 'static, in context_downcast()
821 unsafe fn context_downcast_mut<C, E>(e: Mut<ErrorImpl>, target: TypeId) -> Option<Mut<()>> in context_downcast_mut()
824 E: 'static, in context_downcast_mut()
841 unsafe fn context_drop_rest<C, E>(e: Own<ErrorImpl>, target: TypeId) in context_drop_rest()
844 E: 'static, in context_drop_rest()
858 unsafe fn context_chain_downcast<C>(e: Ref<ErrorImpl>, target: TypeId) -> Option<Ref<()>> in context_chain_downcast()
875 unsafe fn context_chain_downcast_mut<C>(e: Mut<ErrorImpl>, target: TypeId) -> Option<Mut<()>> in context_chain_downcast_mut()
891 unsafe fn context_chain_drop_rest<C>(e: Own<ErrorImpl>, target: TypeId) in context_chain_drop_rest()
919 unsafe fn context_backtrace<C>(e: Ref<ErrorImpl>) -> Option<&Backtrace> in context_backtrace()
966 pub(crate) unsafe fn error(this: Ref<Self>) -> &(dyn StdError + Send + Sync + 'static) { in error()
973 pub(crate) unsafe fn error_mut(this: Mut<Self>) -> &mut (dyn StdError + Send + Sync + 'static) { in error_mut()
1023 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source()
1077 fn as_ref(&self) -> &(dyn StdError + Send + Sync + 'static) { in as_ref()
1084 fn as_ref(&self) -> &(dyn StdError + 'static) { in as_ref()