Searched refs:Borrowed (Results 1 – 3 of 3) sorted by relevance
25 type Borrowed<'a>; typedef38 unsafe fn borrow<'a>(ptr: *const core::ffi::c_void) -> Self::Borrowed<'a>; in borrow()52 type Borrowed<'a> = &'a T; typedef74 type Borrowed<'a> = (); typedef80 unsafe fn borrow<'a>(_: *const core::ffi::c_void) -> Self::Borrowed<'a> {} in borrow()
237 type Borrowed<'a> = ArcBorrow<'a, T>; typedef
1523 Cow::Borrowed(slice) => Box::from(slice), in from()1578 Cow::Borrowed(s) => Box::from(s), in from()