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