Searched defs:ErrorImpl (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/anyhow/src/ |
D | error.rs | 578 unsafe fn object_drop<E>(e: Own<ErrorImpl>) { in object_drop() 586 unsafe fn object_drop_front<E>(e: Own<ErrorImpl>, target: TypeId) { in object_drop_front() 634 unsafe fn object_downcast<E>(e: Ref<ErrorImpl>, target: TypeId) -> Option<Ref<()>> in object_downcast() 661 unsafe fn object_downcast_mut<E>(e: Mut<ErrorImpl>, target: TypeId) -> Option<Mut<()>> in object_downcast_mut() 683 unsafe fn context_downcast<C, E>(e: Ref<ErrorImpl>, target: TypeId) -> Option<Ref<()>> in context_downcast() 701 unsafe fn context_downcast_mut<C, E>(e: Mut<ErrorImpl>, target: TypeId) -> Option<Mut<()>> in context_downcast_mut() 719 unsafe fn context_drop_rest<C, E>(e: Own<ErrorImpl>, target: TypeId) in context_drop_rest() 740 unsafe fn context_chain_downcast<C>(e: Ref<ErrorImpl>, target: TypeId) -> Option<Ref<()>> in context_chain_downcast() 757 unsafe fn context_chain_downcast_mut<C>(e: Mut<ErrorImpl>, target: TypeId) -> Option<Mut<()>> in context_chain_downcast_mut() 773 unsafe fn context_chain_drop_rest<C>(e: Own<ErrorImpl>, target: TypeId) in context_chain_drop_rest() [all …]
|
D | fmt.rs | 6 impl ErrorImpl { impl
|
/external/rust/crates/serde_json/src/ |
D | error.rs | 170 struct ErrorImpl { struct 171 code: ErrorCode, 172 line: usize, 173 column: usize, 329 impl Display for ErrorImpl { implementation
|
/external/rust/crates/serde_cbor/src/ |
D | error.rs | 259 struct ErrorImpl { struct 260 code: ErrorCode, 261 offset: u64,
|
/external/rust/crates/serde/src/de/ |
D | value.rs | 57 type ErrorImpl = Box<str>; typedef 59 type ErrorImpl = (); typedef
|