Home
last modified time | relevance | path

Searched defs:Own (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/anyhow/src/
Dptr.rs6 pub struct Own<T> struct
13 unsafe impl<T> Send for Own<T> where T: ?Sized {} argument
15 unsafe impl<T> Sync for Own<T> where T: ?Sized {} implementation
17 impl<T> Copy for Own<T> where T: ?Sized {} implementation
19 impl<T> Clone for Own<T> implementation
28 impl<T> Own<T> impl
/external/rust/crates/miette/src/eyreish/
Dptr.rs5 pub(crate) struct Own<T> struct
12 unsafe impl<T> Send for Own<T> where T: ?Sized {} implementation
13 unsafe impl<T> Sync for Own<T> where T: ?Sized {} implementation
15 impl<T> Copy for Own<T> where T: ?Sized {} implementation
17 impl<T> Clone for Own<T> implementation
26 impl<T> Own<T> impl