pub enum ValidationErrorErrorsValueOneOf {
String(String),
i64(i64),
Vec(Vec<String>),
}
Expand description
OneOf
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ValidationErrorErrorsValueOneOf
impl<'de> Deserialize<'de> for ValidationErrorErrorsValueOneOf
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
Auto Trait Implementations§
impl Freeze for ValidationErrorErrorsValueOneOf
impl RefUnwindSafe for ValidationErrorErrorsValueOneOf
impl Send for ValidationErrorErrorsValueOneOf
impl Sync for ValidationErrorErrorsValueOneOf
impl Unpin for ValidationErrorErrorsValueOneOf
impl UnwindSafe for ValidationErrorErrorsValueOneOf
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