Enum utoipa::openapi::Deprecated
source · pub enum Deprecated {
True,
False,
}
Expand description
Value used to indicate whether reusable schema, parameter or operation is deprecated.
The value will serialize to boolean.
Variants§
Trait Implementations§
source§impl Clone for Deprecated
impl Clone for Deprecated
source§fn clone(&self) -> Deprecated
fn clone(&self) -> Deprecated
Returns a copy 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 Default for Deprecated
impl Default for Deprecated
source§impl<'de> Deserialize<'de> for Deprecated
impl<'de> Deserialize<'de> for Deprecated
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 Deprecated
impl PartialEq for Deprecated
source§fn eq(&self, other: &Deprecated) -> bool
fn eq(&self, other: &Deprecated) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for Deprecated
impl Serialize for Deprecated
impl Eq for Deprecated
impl StructuralPartialEq for Deprecated
Auto Trait Implementations§
impl Freeze for Deprecated
impl RefUnwindSafe for Deprecated
impl Send for Deprecated
impl Sync for Deprecated
impl Unpin for Deprecated
impl UnwindSafe for Deprecated
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.