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