Struct pax_runtime::api::ArgsButtonClick
source · pub struct ArgsButtonClick {}Trait Implementations§
source§impl Clone for ArgsButtonClick
impl Clone for ArgsButtonClick
source§fn clone(&self) -> ArgsButtonClick
fn clone(&self) -> ArgsButtonClick
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 ArgsButtonClick
impl Send for ArgsButtonClick
impl Sync for ArgsButtonClick
impl Unpin for ArgsButtonClick
impl UnwindSafe for ArgsButtonClick
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.