Struct accesskit::ActionRequest
source · pub struct ActionRequest {
pub action: Action,
pub target: NodeId,
pub data: Option<ActionData>,
}
Fields§
§action: Action
§target: NodeId
§data: Option<ActionData>
Trait Implementations§
source§impl Clone for ActionRequest
impl Clone for ActionRequest
source§fn clone(&self) -> ActionRequest
fn clone(&self) -> ActionRequest
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 moresource§impl Debug for ActionRequest
impl Debug for ActionRequest
source§impl PartialEq for ActionRequest
impl PartialEq for ActionRequest
impl StructuralPartialEq for ActionRequest
Auto Trait Implementations§
impl Freeze for ActionRequest
impl RefUnwindSafe for ActionRequest
impl Send for ActionRequest
impl Sync for ActionRequest
impl Unpin for ActionRequest
impl UnwindSafe for ActionRequest
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)