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