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