pub struct InstructionAccountDisplayNode {
pub label: Option<String>,
pub skip: Option<DisplaySkip>,
}Fields§
§label: Option<String>§skip: Option<DisplaySkip>Implementations§
Trait Implementations§
Source§impl Clone for InstructionAccountDisplayNode
impl Clone for InstructionAccountDisplayNode
Source§fn clone(&self) -> InstructionAccountDisplayNode
fn clone(&self) -> InstructionAccountDisplayNode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for InstructionAccountDisplayNode
impl Default for InstructionAccountDisplayNode
Source§fn default() -> InstructionAccountDisplayNode
fn default() -> InstructionAccountDisplayNode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InstructionAccountDisplayNode
impl<'de> Deserialize<'de> for InstructionAccountDisplayNode
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<InstructionAccountDisplayNode> for DisplayNode
impl From<InstructionAccountDisplayNode> for DisplayNode
Source§fn from(value: InstructionAccountDisplayNode) -> Self
fn from(value: InstructionAccountDisplayNode) -> Self
Converts to this type from the input type.
Source§impl From<InstructionAccountDisplayNode> for Node
impl From<InstructionAccountDisplayNode> for Node
Source§fn from(val: InstructionAccountDisplayNode) -> Self
fn from(val: InstructionAccountDisplayNode) -> Self
Converts to this type from the input type.
Source§impl NodeTrait for InstructionAccountDisplayNode
impl NodeTrait for InstructionAccountDisplayNode
const KIND: &'static str = "instructionAccountDisplayNode"
fn to_json(&self) -> CodamaResult<String>
fn to_json_pretty(&self) -> CodamaResult<String>
fn from_json(json: &str) -> CodamaResult<Self>
impl StructuralPartialEq for InstructionAccountDisplayNode
Auto Trait Implementations§
impl Freeze for InstructionAccountDisplayNode
impl RefUnwindSafe for InstructionAccountDisplayNode
impl Send for InstructionAccountDisplayNode
impl Sync for InstructionAccountDisplayNode
impl Unpin for InstructionAccountDisplayNode
impl UnsafeUnpin for InstructionAccountDisplayNode
impl UnwindSafe for InstructionAccountDisplayNode
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