Enum openapiv3::HeaderStyle
source · [−]pub enum HeaderStyle {
Simple,
}
Variants
Simple
Trait Implementations
sourceimpl Clone for HeaderStyle
impl Clone for HeaderStyle
sourcefn clone(&self) -> HeaderStyle
fn clone(&self) -> HeaderStyle
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for HeaderStyle
impl Debug for HeaderStyle
sourceimpl Default for HeaderStyle
impl Default for HeaderStyle
sourcefn default() -> HeaderStyle
fn default() -> HeaderStyle
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for HeaderStyle
impl<'de> Deserialize<'de> for HeaderStyle
sourcefn 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
sourceimpl PartialEq<HeaderStyle> for HeaderStyle
impl PartialEq<HeaderStyle> for HeaderStyle
sourcefn eq(&self, other: &HeaderStyle) -> bool
fn eq(&self, other: &HeaderStyle) -> bool
sourceimpl Serialize for HeaderStyle
impl Serialize for HeaderStyle
impl StructuralPartialEq for HeaderStyle
Auto Trait Implementations
impl RefUnwindSafe for HeaderStyle
impl Send for HeaderStyle
impl Sync for HeaderStyle
impl Unpin for HeaderStyle
impl UnwindSafe for HeaderStyle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more