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