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