pub struct HttpOperationSignature {
pub params: Vec<HttpSignatureParam>,
pub return_type: Option<TypeSpec>,
}Fields§
§params: Vec<HttpSignatureParam>§return_type: Option<TypeSpec>Trait Implementations§
Source§impl Clone for HttpOperationSignature
impl Clone for HttpOperationSignature
Source§fn clone(&self) -> HttpOperationSignature
fn clone(&self) -> HttpOperationSignature
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 HttpOperationSignature
impl Debug for HttpOperationSignature
Source§impl<'de> Deserialize<'de> for HttpOperationSignature
impl<'de> Deserialize<'de> for HttpOperationSignature
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
Auto Trait Implementations§
impl Freeze for HttpOperationSignature
impl RefUnwindSafe for HttpOperationSignature
impl Send for HttpOperationSignature
impl Sync for HttpOperationSignature
impl Unpin for HttpOperationSignature
impl UnsafeUnpin for HttpOperationSignature
impl UnwindSafe for HttpOperationSignature
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