pub struct ShowTexts<'b, 'a>(pub &'b Array<'a>);Tuple Fields§
§0: &'b Array<'a>Trait Implementations§
Source§impl<'b, 'a> From<ShowTexts<'b, 'a>> for TypedInstruction<'b, 'a>
impl<'b, 'a> From<ShowTexts<'b, 'a>> for TypedInstruction<'b, 'a>
Source§impl<'b, 'a> TryFrom<TypedInstruction<'b, 'a>> for ShowTexts<'b, 'a>
impl<'b, 'a> TryFrom<TypedInstruction<'b, 'a>> for ShowTexts<'b, 'a>
impl<'b, 'a> StructuralPartialEq for ShowTexts<'b, 'a>
Auto Trait Implementations§
impl<'b, 'a> Freeze for ShowTexts<'b, 'a>
impl<'b, 'a> !RefUnwindSafe for ShowTexts<'b, 'a>
impl<'b, 'a> Send for ShowTexts<'b, 'a>
impl<'b, 'a> Sync for ShowTexts<'b, 'a>
impl<'b, 'a> Unpin for ShowTexts<'b, 'a>
impl<'b, 'a> UnsafeUnpin for ShowTexts<'b, 'a>
impl<'b, 'a> !UnwindSafe for ShowTexts<'b, 'a>
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