pub struct EndpointHeadersPatchIn {
pub headers: HashMap<String, String>,
}
Fields§
§headers: HashMap<String, String>
Implementations§
Trait Implementations§
Source§impl Clone for EndpointHeadersPatchIn
impl Clone for EndpointHeadersPatchIn
Source§fn clone(&self) -> EndpointHeadersPatchIn
fn clone(&self) -> EndpointHeadersPatchIn
Returns a duplicate of the value. Read more
1.0.0 · 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 EndpointHeadersPatchIn
impl Debug for EndpointHeadersPatchIn
Source§impl Default for EndpointHeadersPatchIn
impl Default for EndpointHeadersPatchIn
Source§fn default() -> EndpointHeadersPatchIn
fn default() -> EndpointHeadersPatchIn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EndpointHeadersPatchIn
impl<'de> Deserialize<'de> for EndpointHeadersPatchIn
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
Source§impl PartialEq for EndpointHeadersPatchIn
impl PartialEq for EndpointHeadersPatchIn
Source§impl Serialize for EndpointHeadersPatchIn
impl Serialize for EndpointHeadersPatchIn
impl StructuralPartialEq for EndpointHeadersPatchIn
Auto Trait Implementations§
impl Freeze for EndpointHeadersPatchIn
impl RefUnwindSafe for EndpointHeadersPatchIn
impl Send for EndpointHeadersPatchIn
impl Sync for EndpointHeadersPatchIn
impl Unpin for EndpointHeadersPatchIn
impl UnwindSafe for EndpointHeadersPatchIn
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