[−][src]Enum json_utils::schema::ValidNode
Variants
AnyNode(AnyNode)NullNode(NullNode)BooleanNode(BooleanNode)StringNode(StringNode)NumberNode(NumberNode)IntegerNode(IntegerNode)ArrayNode(ArrayNode)ObjectNode(ObjectNode)Trait Implementations
impl Into<Result<NullNode, ValidNode>> for ValidNode[src]
impl Into<Result<BooleanNode, ValidNode>> for ValidNode[src]
fn into(self) -> Result<BooleanNode, ValidNode>[src]
impl Into<Result<StringNode, ValidNode>> for ValidNode[src]
fn into(self) -> Result<StringNode, ValidNode>[src]
impl Into<Result<IntegerNode, ValidNode>> for ValidNode[src]
fn into(self) -> Result<IntegerNode, ValidNode>[src]
impl Into<Result<NumberNode, ValidNode>> for ValidNode[src]
fn into(self) -> Result<NumberNode, ValidNode>[src]
impl Into<Result<ArrayNode, ValidNode>> for ValidNode[src]
impl Into<Result<ObjectNode, ValidNode>> for ValidNode[src]
fn into(self) -> Result<ObjectNode, ValidNode>[src]
impl Clone for ValidNode[src]
impl PartialEq<ValidNode> for ValidNode[src]
impl From<ValidNode> for SchemaNode[src]
impl From<AnyNode> for ValidNode[src]
impl From<NullNode> for ValidNode[src]
impl From<BooleanNode> for ValidNode[src]
fn from(inner: BooleanNode) -> Self[src]
impl From<StringNode> for ValidNode[src]
fn from(inner: StringNode) -> Self[src]
impl From<IntegerNode> for ValidNode[src]
fn from(inner: IntegerNode) -> Self[src]
impl From<NumberNode> for ValidNode[src]
fn from(inner: NumberNode) -> Self[src]
impl From<ArrayNode> for ValidNode[src]
impl From<ObjectNode> for ValidNode[src]
fn from(inner: ObjectNode) -> Self[src]
impl Debug for ValidNode[src]
impl Serialize for ValidNode[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<'de> Deserialize<'de> for ValidNode[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for ValidNode
impl Unpin for ValidNode
impl Sync for ValidNode
impl UnwindSafe for ValidNode
impl RefUnwindSafe for ValidNode
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for 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.
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<T> GetTypeId for T where
T: Any, [src]
T: Any,