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