Struct switchboard_protos::protos::job_schemas::mod_OracleJob::mod_HttpTask::Header [−][src]
Fields
key: Stringvalue: StringTrait Implementations
impl<'a> MessageRead<'a> for Header[src]
impl<'a> MessageRead<'a> for Header[src]fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>[src]
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>[src]Constructs an instance of Self by reading from the given bytes
via the given reader. Read more
impl MessageWrite for Header[src]
impl MessageWrite for Header[src]fn write_message<W: WriterBackend>(&self, w: &mut Writer<W>) -> Result<()>[src]
fn write_message<W: WriterBackend>(&self, w: &mut Writer<W>) -> Result<()>[src]Writes Self into W writer
impl StructuralPartialEq for Header[src]
Auto Trait Implementations
impl RefUnwindSafe for Header
impl Send for Header
impl Sync for Header
impl Unpin for Header
impl UnwindSafe for Header
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more