Searched defs:OwningRef (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/ |
D | owning_ref.rs | 24 pub(crate) struct OwningRef<A: 'static, B: 'static> { struct 29 unsafe impl<A: Send + Sync + 'static, B: Send + Sync + 'static> Sync for OwningRef<A, B> {} argument 30 unsafe impl<A: Send + Sync + 'static, B: Send + Sync + 'static> Send for OwningRef<A, B> {} implementation 32 impl<A: 'static, B: 'static> Deref for OwningRef<A, B> { implementation 50 impl<A: 'static, B: 'static> Clone for OwningRef<A, B> { implementation 59 impl<A: 'static, B: fmt::Debug + 'static> Debug for OwningRef<A, B> { implementation 65 impl<A: 'static> OwningRef<A, A> { implementation 85 impl<A: 'static, B: 'static> OwningRef<A, B> { implementation
|