pub struct ContinuationPointLT;Expand description
Type Tag for a SIMP Location
Trait Implementations§
impl LocationTag for ContinuationPointLT
Auto Trait Implementations§
impl Freeze for ContinuationPointLT
impl RefUnwindSafe for ContinuationPointLT
impl Send for ContinuationPointLT
impl Sync for ContinuationPointLT
impl Unpin for ContinuationPointLT
impl UnwindSafe for ContinuationPointLT
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