pub struct ArcTK { /* private fields */ }Expand description
Type constructors for
triomphe::Arc pointers.
Trait Implementations§
impl Send for ArcTK
impl Sync for ArcTK
Auto Trait Implementations§
impl Freeze for ArcTK
impl RefUnwindSafe for ArcTK
impl Unpin for ArcTK
impl UnsafeUnpin for ArcTK
impl UnwindSafe for ArcTK
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