pub struct HttpActionRequest {
pub args: Cbor,
}Fields§
§args: CborTrait Implementations§
Source§impl Clone for HttpActionRequest
impl Clone for HttpActionRequest
Source§fn clone(&self) -> HttpActionRequest
fn clone(&self) -> HttpActionRequest
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 HttpActionRequest
impl Debug for HttpActionRequest
Source§impl<'de> Deserialize<'de> for HttpActionRequest
impl<'de> Deserialize<'de> for HttpActionRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for HttpActionRequest
Source§impl From<HttpActionRequest> for HttpActionRequest
impl From<HttpActionRequest> for HttpActionRequest
Source§fn from(value: HttpActionRequest) -> Self
fn from(value: HttpActionRequest) -> Self
Converts to this type from the input type.
Source§impl From<HttpActionRequest> for HttpActionRequest
impl From<HttpActionRequest> for HttpActionRequest
Source§fn from(value: HttpActionRequest) -> Self
fn from(value: HttpActionRequest) -> Self
Converts to this type from the input type.
Source§impl Hash for HttpActionRequest
impl Hash for HttpActionRequest
Source§impl PartialEq for HttpActionRequest
impl PartialEq for HttpActionRequest
Source§fn eq(&self, other: &HttpActionRequest) -> bool
fn eq(&self, other: &HttpActionRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HttpActionRequest
impl Serialize for HttpActionRequest
impl StructuralPartialEq for HttpActionRequest
Auto Trait Implementations§
impl Freeze for HttpActionRequest
impl RefUnwindSafe for HttpActionRequest
impl Send for HttpActionRequest
impl Sync for HttpActionRequest
impl Unpin for HttpActionRequest
impl UnsafeUnpin for HttpActionRequest
impl UnwindSafe for HttpActionRequest
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