pub enum RemoteHttpHeader {
String(String),
Shell(Shell),
}
Variants§
Trait Implementations§
Source§impl Debug for RemoteHttpHeader
impl Debug for RemoteHttpHeader
Source§impl<'de> Deserialize<'de> for RemoteHttpHeader
impl<'de> Deserialize<'de> for RemoteHttpHeader
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 RemoteHttpHeader
impl RefUnwindSafe for RemoteHttpHeader
impl Send for RemoteHttpHeader
impl Sync for RemoteHttpHeader
impl Unpin for RemoteHttpHeader
impl UnwindSafe for RemoteHttpHeader
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