pub struct HttpOutputBinding {
pub source: HttpOutputSource,
pub wire_name: String,
pub ty: TypeSpec,
}Fields§
§source: HttpOutputSource§wire_name: String§ty: TypeSpecTrait Implementations§
Source§impl Clone for HttpOutputBinding
impl Clone for HttpOutputBinding
Source§fn clone(&self) -> HttpOutputBinding
fn clone(&self) -> HttpOutputBinding
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 HttpOutputBinding
impl Debug for HttpOutputBinding
Source§impl<'de> Deserialize<'de> for HttpOutputBinding
impl<'de> Deserialize<'de> for HttpOutputBinding
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 HttpOutputBinding
impl RefUnwindSafe for HttpOutputBinding
impl Send for HttpOutputBinding
impl Sync for HttpOutputBinding
impl Unpin for HttpOutputBinding
impl UnsafeUnpin for HttpOutputBinding
impl UnwindSafe for HttpOutputBinding
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