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