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