pub struct ThinArc<H: 'static, T: 'static> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<H, T> Deref for ThinArc<H, T>
impl<H, T> Deref for ThinArc<H, T>
source§type Target = HeaderSlice<HeaderWithLength<H>, [T]>
type Target = HeaderSlice<HeaderWithLength<H>, [T]>
The resulting type after dereferencing.
impl<H: Eq + 'static, T: Eq + 'static> Eq for ThinArc<H, T>
impl<H: Sync + Send, T: Sync + Send> Send for ThinArc<H, T>
impl<H: Sync + Send, T: Sync + Send> Sync for ThinArc<H, T>
Auto Trait Implementations§
impl<H, T> Freeze for ThinArc<H, T>
impl<H, T> RefUnwindSafe for ThinArc<H, T>where
H: RefUnwindSafe,
T: RefUnwindSafe,
impl<H, T> Unpin for ThinArc<H, T>
impl<H, T> UnwindSafe for ThinArc<H, T>where
H: RefUnwindSafe,
T: RefUnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)