pub struct NoneValueNode {}Implementations§
Source§impl NoneValueNode
 
impl NoneValueNode
Trait Implementations§
Source§impl Clone for NoneValueNode
 
impl Clone for NoneValueNode
Source§fn clone(&self) -> NoneValueNode
 
fn clone(&self) -> NoneValueNode
Returns a duplicate 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 NoneValueNode
 
impl Debug for NoneValueNode
Source§impl Default for NoneValueNode
 
impl Default for NoneValueNode
Source§fn default() -> NoneValueNode
 
fn default() -> NoneValueNode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NoneValueNode
 
impl<'de> Deserialize<'de> for NoneValueNode
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 From<NoneValueNode> for InstructionInputValueNode
 
impl From<NoneValueNode> for InstructionInputValueNode
Source§fn from(value: NoneValueNode) -> Self
 
fn from(value: NoneValueNode) -> Self
Converts to this type from the input type.
Source§impl From<NoneValueNode> for Node
 
impl From<NoneValueNode> for Node
Source§fn from(val: NoneValueNode) -> Self
 
fn from(val: NoneValueNode) -> Self
Converts to this type from the input type.
Source§impl From<NoneValueNode> for PdaSeedValueValueNode
 
impl From<NoneValueNode> for PdaSeedValueValueNode
Source§fn from(value: NoneValueNode) -> Self
 
fn from(value: NoneValueNode) -> Self
Converts to this type from the input type.
Source§impl From<NoneValueNode> for RegisteredValueNode
 
impl From<NoneValueNode> for RegisteredValueNode
Source§fn from(value: NoneValueNode) -> Self
 
fn from(value: NoneValueNode) -> Self
Converts to this type from the input type.
Source§impl From<NoneValueNode> for ValueNode
 
impl From<NoneValueNode> for ValueNode
Source§fn from(value: NoneValueNode) -> Self
 
fn from(value: NoneValueNode) -> Self
Converts to this type from the input type.
Source§impl NodeTrait for NoneValueNode
 
impl NodeTrait for NoneValueNode
const KIND: &'static str = "noneValueNode"
fn to_json(&self) -> CodamaResult<String>
fn to_json_pretty(&self) -> CodamaResult<String>
fn from_json(json: &str) -> CodamaResult<Self>
Source§impl PartialEq for NoneValueNode
 
impl PartialEq for NoneValueNode
Source§impl Serialize for NoneValueNode
 
impl Serialize for NoneValueNode
impl StructuralPartialEq for NoneValueNode
Auto Trait Implementations§
impl Freeze for NoneValueNode
impl RefUnwindSafe for NoneValueNode
impl Send for NoneValueNode
impl Sync for NoneValueNode
impl Unpin for NoneValueNode
impl UnwindSafe for NoneValueNode
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