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