pub struct AnchorHandle { /* private fields */ }Expand description
Singlethread’s implementation of Anchors’ AnchorHandle, the engine-specific handle that sits inside an Anchor.
Trait Implementations§
Source§impl AnchorHandle for AnchorHandle
impl AnchorHandle for AnchorHandle
Source§impl Clone for AnchorHandle
impl Clone for AnchorHandle
Source§impl Debug for AnchorHandle
impl Debug for AnchorHandle
Auto Trait Implementations§
impl Freeze for AnchorHandle
impl !RefUnwindSafe for AnchorHandle
impl !Send for AnchorHandle
impl !Sync for AnchorHandle
impl Unpin for AnchorHandle
impl !UnwindSafe for AnchorHandle
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