Enum swagger::AnyOf4 [−][src]
$t
Variants
$i type
$i type
$i type
$i type
Trait Implementations
impl<A: Clone, B: Clone, C: Clone, D: Clone> Clone for AnyOf4<A, B, C, D> where
A: PartialEq,
B: PartialEq,
C: PartialEq,
D: PartialEq, [src]
A: PartialEq,
B: PartialEq,
C: PartialEq,
D: PartialEq,
impl<A: Debug, B: Debug, C: Debug, D: Debug> Debug for AnyOf4<A, B, C, D> where
A: PartialEq,
B: PartialEq,
C: PartialEq,
D: PartialEq, [src]
A: PartialEq,
B: PartialEq,
C: PartialEq,
D: PartialEq,
impl<'b, A, B, C, D> Deserialize<'b> for AnyOf4<A, B, C, D> where
A: PartialEq + for<'a> Deserialize<'a>,
B: PartialEq + for<'a> Deserialize<'a>,
C: PartialEq + for<'a> Deserialize<'a>,
D: PartialEq + for<'a> Deserialize<'a>, [src]
A: PartialEq + for<'a> Deserialize<'a>,
B: PartialEq + for<'a> Deserialize<'a>,
C: PartialEq + for<'a> Deserialize<'a>,
D: PartialEq + for<'a> Deserialize<'a>,
fn deserialize<De: Deserializer<'b>>(
deserializer: De
) -> Result<Self, De::Error>[src]
deserializer: De
) -> Result<Self, De::Error>
impl<A, B, C, D> FromStr for AnyOf4<A, B, C, D> where
A: PartialEq + FromStr,
B: PartialEq + FromStr,
C: PartialEq + FromStr,
D: PartialEq + FromStr, [src]
A: PartialEq + FromStr,
B: PartialEq + FromStr,
C: PartialEq + FromStr,
D: PartialEq + FromStr,
type Err = &'static str
The associated error which can be returned from parsing.
fn from_str(x: &str) -> Result<Self, Self::Err>[src]
impl<A: PartialEq, B: PartialEq, C: PartialEq, D: PartialEq> PartialEq<AnyOf4<A, B, C, D>> for AnyOf4<A, B, C, D> where
A: PartialEq,
B: PartialEq,
C: PartialEq,
D: PartialEq, [src]
A: PartialEq,
B: PartialEq,
C: PartialEq,
D: PartialEq,
fn eq(&self, other: &AnyOf4<A, B, C, D>) -> bool[src]
fn ne(&self, other: &AnyOf4<A, B, C, D>) -> bool[src]
impl<A, B, C, D> Serialize for AnyOf4<A, B, C, D> where
A: PartialEq + Serialize,
B: PartialEq + Serialize,
C: PartialEq + Serialize,
D: PartialEq + Serialize, [src]
A: PartialEq + Serialize,
B: PartialEq + Serialize,
C: PartialEq + Serialize,
D: PartialEq + Serialize,
impl<A, B, C, D> StructuralPartialEq for AnyOf4<A, B, C, D> where
A: PartialEq,
B: PartialEq,
C: PartialEq,
D: PartialEq, [src]
A: PartialEq,
B: PartialEq,
C: PartialEq,
D: PartialEq,
impl<A, B, C, D> ToString for AnyOf4<A, B, C, D> where
A: PartialEq + ToString,
B: PartialEq + ToString,
C: PartialEq + ToString,
D: PartialEq + ToString, [src]
A: PartialEq + ToString,
B: PartialEq + ToString,
C: PartialEq + ToString,
D: PartialEq + ToString,
Auto Trait Implementations
impl<A, B, C, D> RefUnwindSafe for AnyOf4<A, B, C, D> where
A: RefUnwindSafe,
B: RefUnwindSafe,
C: RefUnwindSafe,
D: RefUnwindSafe,
A: RefUnwindSafe,
B: RefUnwindSafe,
C: RefUnwindSafe,
D: RefUnwindSafe,
impl<A, B, C, D> Send for AnyOf4<A, B, C, D> where
A: Send,
B: Send,
C: Send,
D: Send,
A: Send,
B: Send,
C: Send,
D: Send,
impl<A, B, C, D> Sync for AnyOf4<A, B, C, D> where
A: Sync,
B: Sync,
C: Sync,
D: Sync,
A: Sync,
B: Sync,
C: Sync,
D: Sync,
impl<A, B, C, D> Unpin for AnyOf4<A, B, C, D> where
A: Unpin,
B: Unpin,
C: Unpin,
D: Unpin,
A: Unpin,
B: Unpin,
C: Unpin,
D: Unpin,
impl<A, B, C, D> UnwindSafe for AnyOf4<A, B, C, D> where
A: UnwindSafe,
B: UnwindSafe,
C: UnwindSafe,
D: UnwindSafe,
A: UnwindSafe,
B: UnwindSafe,
C: UnwindSafe,
D: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized, [src]
T: Send + Sync + UnwindSafe + ?Sized,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,