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