pub struct NextLineAndShowText(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for NextLineAndShowText
impl Clone for NextLineAndShowText
Source§fn clone(&self) -> NextLineAndShowText
fn clone(&self) -> NextLineAndShowText
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NextLineAndShowText
impl Debug for NextLineAndShowText
Source§impl<'a> From<NextLineAndShowText> for TypedInstruction<'a>
impl<'a> From<NextLineAndShowText> for TypedInstruction<'a>
Source§fn from(value: NextLineAndShowText) -> Self
fn from(value: NextLineAndShowText) -> Self
Converts to this type from the input type.
Source§impl PartialEq for NextLineAndShowText
impl PartialEq for NextLineAndShowText
Source§impl<'a> TryFrom<TypedInstruction<'a>> for NextLineAndShowText
impl<'a> TryFrom<TypedInstruction<'a>> for NextLineAndShowText
impl StructuralPartialEq for NextLineAndShowText
Auto Trait Implementations§
impl Freeze for NextLineAndShowText
impl RefUnwindSafe for NextLineAndShowText
impl Send for NextLineAndShowText
impl Sync for NextLineAndShowText
impl Unpin for NextLineAndShowText
impl UnsafeUnpin for NextLineAndShowText
impl UnwindSafe for NextLineAndShowText
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