pub struct ActionRequestSolution {
pub method: ActionMethodRef,
pub request: VersionedActionRequestRef,
}Fields§
§method: ActionMethodRef§request: VersionedActionRequestRefTrait Implementations§
Source§impl Clone for ActionRequestSolution
impl Clone for ActionRequestSolution
Source§fn clone(&self) -> ActionRequestSolution
fn clone(&self) -> ActionRequestSolution
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ActionRequestSolution
impl Debug for ActionRequestSolution
Source§impl PartialEq for ActionRequestSolution
impl PartialEq for ActionRequestSolution
Source§fn eq(&self, other: &ActionRequestSolution) -> bool
fn eq(&self, other: &ActionRequestSolution) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ActionRequestSolution
Auto Trait Implementations§
impl Freeze for ActionRequestSolution
impl RefUnwindSafe for ActionRequestSolution
impl Send for ActionRequestSolution
impl Sync for ActionRequestSolution
impl Unpin for ActionRequestSolution
impl UnsafeUnpin for ActionRequestSolution
impl UnwindSafe for ActionRequestSolution
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