pub struct ShowTextWithParameters<'a>(pub Number, pub Number, pub String<'a>);
Tuple Fields§
§0: Number
§1: Number
§2: String<'a>
Trait Implementations§
Source§impl<'a> Clone for ShowTextWithParameters<'a>
impl<'a> Clone for ShowTextWithParameters<'a>
Source§fn clone(&self) -> ShowTextWithParameters<'a>
fn clone(&self) -> ShowTextWithParameters<'a>
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<'a> Debug for ShowTextWithParameters<'a>
impl<'a> Debug for ShowTextWithParameters<'a>
Source§impl<'a> From<ShowTextWithParameters<'a>> for TypedInstruction<'a>
impl<'a> From<ShowTextWithParameters<'a>> for TypedInstruction<'a>
Source§fn from(value: ShowTextWithParameters<'a>) -> Self
fn from(value: ShowTextWithParameters<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> PartialEq for ShowTextWithParameters<'a>
impl<'a> PartialEq for ShowTextWithParameters<'a>
Source§impl<'a> TryFrom<TypedInstruction<'a>> for ShowTextWithParameters<'a>
impl<'a> TryFrom<TypedInstruction<'a>> for ShowTextWithParameters<'a>
impl<'a> StructuralPartialEq for ShowTextWithParameters<'a>
Auto Trait Implementations§
impl<'a> Freeze for ShowTextWithParameters<'a>
impl<'a> RefUnwindSafe for ShowTextWithParameters<'a>
impl<'a> Send for ShowTextWithParameters<'a>
impl<'a> Sync for ShowTextWithParameters<'a>
impl<'a> Unpin for ShowTextWithParameters<'a>
impl<'a> UnwindSafe for ShowTextWithParameters<'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