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