Struct pax_runtime::api::ArgsTextboxInput
source · pub struct ArgsTextboxInput {
pub text: String,
}Fields§
§text: StringTrait Implementations§
source§impl Clone for ArgsTextboxInput
impl Clone for ArgsTextboxInput
source§fn clone(&self) -> ArgsTextboxInput
fn clone(&self) -> ArgsTextboxInput
Returns a copy 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 moreAuto Trait Implementations§
impl RefUnwindSafe for ArgsTextboxInput
impl Send for ArgsTextboxInput
impl Sync for ArgsTextboxInput
impl Unpin for ArgsTextboxInput
impl UnwindSafe for ArgsTextboxInput
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
source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.