pub struct IntegerNode {
pub extra: HashMap<String, JsValue>,
}
Fields§
§extra: HashMap<String, JsValue>
Trait Implementations§
Source§impl Clone for IntegerNode
impl Clone for IntegerNode
Source§fn clone(&self) -> IntegerNode
fn clone(&self) -> IntegerNode
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 Debug for IntegerNode
impl Debug for IntegerNode
Source§impl Default for IntegerNode
impl Default for IntegerNode
Source§fn default() -> IntegerNode
fn default() -> IntegerNode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IntegerNode
impl<'de> Deserialize<'de> for IntegerNode
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 ExtraProps for IntegerNode
impl ExtraProps for IntegerNode
Source§impl From<IntegerNode> for SchemaNode
impl From<IntegerNode> for SchemaNode
Source§fn from(inner: IntegerNode) -> Self
fn from(inner: IntegerNode) -> Self
Converts to this type from the input type.
Source§impl From<IntegerNode> for ValidNode
impl From<IntegerNode> for ValidNode
Source§fn from(inner: IntegerNode) -> Self
fn from(inner: IntegerNode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for IntegerNode
impl PartialEq for IntegerNode
Source§impl Serialize for IntegerNode
impl Serialize for IntegerNode
impl StructuralPartialEq for IntegerNode
Auto Trait Implementations§
impl Freeze for IntegerNode
impl RefUnwindSafe for IntegerNode
impl Send for IntegerNode
impl Sync for IntegerNode
impl Unpin for IntegerNode
impl UnwindSafe for IntegerNode
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