pub struct ArgumentDirective {
pub after: bool,
pub argument: InstructionArgumentNode,
}Fields§
§after: bool§argument: InstructionArgumentNodeImplementations§
Trait Implementations§
Source§impl Debug for ArgumentDirective
impl Debug for ArgumentDirective
Source§impl From<ArgumentDirective> for CodamaDirective
impl From<ArgumentDirective> for CodamaDirective
Source§fn from(value: ArgumentDirective) -> Self
fn from(value: ArgumentDirective) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ArgumentDirective
impl PartialEq for ArgumentDirective
Source§impl<'a> TryFrom<&'a Attribute<'a>> for &'a ArgumentDirective
impl<'a> TryFrom<&'a Attribute<'a>> for &'a ArgumentDirective
Source§impl<'a> TryFrom<&'a CodamaAttribute<'a>> for &'a ArgumentDirective
impl<'a> TryFrom<&'a CodamaAttribute<'a>> for &'a ArgumentDirective
Source§type Error = CodamaError
type Error = CodamaError
The type returned in the event of a conversion error.
impl StructuralPartialEq for ArgumentDirective
Auto Trait Implementations§
impl Freeze for ArgumentDirective
impl RefUnwindSafe for ArgumentDirective
impl Send for ArgumentDirective
impl Sync for ArgumentDirective
impl Unpin for ArgumentDirective
impl UnwindSafe for ArgumentDirective
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