pub enum UnionKind {
OneOf,
AnyOf,
}Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UnionKind
impl<'de> Deserialize<'de> for UnionKind
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
impl Copy for UnionKind
impl Eq for UnionKind
impl StructuralPartialEq for UnionKind
Auto Trait Implementations§
impl Freeze for UnionKind
impl RefUnwindSafe for UnionKind
impl Send for UnionKind
impl Sync for UnionKind
impl Unpin for UnionKind
impl UnsafeUnpin for UnionKind
impl UnwindSafe for UnionKind
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