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