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