pub struct InstructionAlias {
pub name: String,
pub operation_id: String,
pub children: Vec<InstructionGroupOrInstruction>,
}Fields§
§name: String§operation_id: String§children: Vec<InstructionGroupOrInstruction>Trait Implementations§
Source§impl Debug for InstructionAlias
impl Debug for InstructionAlias
Source§impl<'de> Deserialize<'de> for InstructionAlias
impl<'de> Deserialize<'de> for InstructionAlias
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
Auto Trait Implementations§
impl Freeze for InstructionAlias
impl RefUnwindSafe for InstructionAlias
impl Send for InstructionAlias
impl Sync for InstructionAlias
impl Unpin for InstructionAlias
impl UnwindSafe for InstructionAlias
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