SwiftDocCRenderBlockContentRenderBlockContent.AsideStyleStructureRenderBlockContent.AsideStyleA type the describes an aside style.struct AsideStyleTopicsOperatorsstatic func == (RenderBlockContent.AsideStyle, RenderBlockContent.AsideStyle) -> BoolReturns a Boolean value indicating whether two aside styles are equal.Initializersinit(asideKind: Aside.Kind)Creates an aside type for the specified aside kind.init(displayName: String)Creates an aside style with the specified display name.init(from: any Decoder) throwsCreates an aside style by decoding the specified decoder.init(rawValue: String)Creates an aside style for the specified raw value.Instance Propertiesvar displayName: StringThe heading text to use when rendering this style of aside.var rawValue: StringThe underlying raw string value.Instance Methodsfunc encode(to: any Encoder) throwsEncodes the aside style into the specified encoder.