pub struct EndPath;
Trait Implementations§
Source§impl<'a> From<EndPath> for TypedInstruction<'a>
impl<'a> From<EndPath> for TypedInstruction<'a>
Source§impl<'a> TryFrom<TypedInstruction<'a>> for EndPath
impl<'a> TryFrom<TypedInstruction<'a>> for EndPath
impl StructuralPartialEq for EndPath
Auto Trait Implementations§
impl Freeze for EndPath
impl RefUnwindSafe for EndPath
impl Send for EndPath
impl Sync for EndPath
impl Unpin for EndPath
impl UnwindSafe for EndPath
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