pub struct HttpOutputConfig { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for HttpOutputConfig
impl Clone for HttpOutputConfig
Source§fn clone(&self) -> HttpOutputConfig
fn clone(&self) -> HttpOutputConfig
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 HttpOutputConfig
impl Debug for HttpOutputConfig
Source§impl Default for HttpOutputConfig
impl Default for HttpOutputConfig
Source§impl From<HttpOutputConfig> for HttpOutputConfig
impl From<HttpOutputConfig> for HttpOutputConfig
Source§fn from(value: HttpOutputConfig) -> Self
fn from(value: HttpOutputConfig) -> Self
Converts to this type from the input type.
Source§impl TryFrom<HttpOutputConfig> for HttpOutputConfig
impl TryFrom<HttpOutputConfig> for HttpOutputConfig
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: HttpOutputConfig) -> Result<Self, ConversionError>
fn try_from(value: HttpOutputConfig) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for HttpOutputConfig
impl RefUnwindSafe for HttpOutputConfig
impl Send for HttpOutputConfig
impl Sync for HttpOutputConfig
impl Unpin for HttpOutputConfig
impl UnsafeUnpin for HttpOutputConfig
impl UnwindSafe for HttpOutputConfig
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