Skip to main content

DebugAttributes

Trait DebugAttributes 

Source
pub trait DebugAttributes {
    const NAME: &'static str;

    // Required method
    fn _dbg(&self, builder: &mut DebugStruct<'_, '_>);
}

Required Associated Constants§

Source

const NAME: &'static str

Required Methods§

Source

fn _dbg(&self, builder: &mut DebugStruct<'_, '_>)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl DebugAttributes for RCHandle<SkSVGCircle>

Source§

const NAME: &'static str = "Circle"

Source§

impl DebugAttributes for RCHandle<SkSVGClipPath>

Source§

const NAME: &'static str = "ClipPath"

Source§

impl DebugAttributes for RCHandle<SkSVGContainer>

Source§

const NAME: &'static str = "Container"

Source§

impl DebugAttributes for RCHandle<SkSVGDefs>

Source§

const NAME: &'static str = "Defs"

Source§

impl DebugAttributes for RCHandle<SkSVGEllipse>

Source§

const NAME: &'static str = "Ellipse"

Source§

impl DebugAttributes for RCHandle<SkSVGFe>

Source§

const NAME: &'static str = "Fe"

Source§

impl DebugAttributes for RCHandle<SkSVGFeBlend>

Source§

const NAME: &'static str = "FeBlend"

Source§

impl DebugAttributes for RCHandle<SkSVGFeColorMatrix>

Source§

const NAME: &'static str = "FeColorMatrix"

Source§

impl DebugAttributes for RCHandle<SkSVGFeComponentTransfer>

Source§

const NAME: &'static str = "FeComponentTransfer"

Source§

impl DebugAttributes for RCHandle<SkSVGFeComposite>

Source§

const NAME: &'static str = "FeComposite"

Source§

impl DebugAttributes for RCHandle<SkSVGFeDiffuseLighting>

Source§

const NAME: &'static str = "FeDiffuseLighting"

Source§

impl DebugAttributes for RCHandle<SkSVGFeDisplacementMap>

Source§

const NAME: &'static str = "FeDisplacementMap"

Source§

impl DebugAttributes for RCHandle<SkSVGFeDistantLight>

Source§

const NAME: &'static str = "FeDistantLight"

Source§

impl DebugAttributes for RCHandle<SkSVGFeFlood>

Source§

const NAME: &'static str = "FeFlood"

Source§

impl DebugAttributes for RCHandle<SkSVGFeFunc>

Source§

const NAME: &'static str = "FeFunc"

Source§

impl DebugAttributes for RCHandle<SkSVGFeGaussianBlur>

Source§

const NAME: &'static str = "FeGaussianBlur"

Source§

impl DebugAttributes for RCHandle<SkSVGFeImage>

Source§

const NAME: &'static str = "FeImage"

Source§

impl DebugAttributes for RCHandle<SkSVGFeLighting>

Source§

const NAME: &'static str = "FeLighting"

Source§

impl DebugAttributes for RCHandle<SkSVGFeMerge>

Source§

const NAME: &'static str = "FeMerge"

Source§

impl DebugAttributes for RCHandle<SkSVGFeMergeNode>

Source§

const NAME: &'static str = "FeMergeNode"

Source§

impl DebugAttributes for RCHandle<SkSVGFeMorphology>

Source§

const NAME: &'static str = "FeMorphology"

Source§

impl DebugAttributes for RCHandle<SkSVGFeOffset>

Source§

const NAME: &'static str = "FeOffset"

Source§

impl DebugAttributes for RCHandle<SkSVGFePointLight>

Source§

const NAME: &'static str = "FePointLight"

Source§

impl DebugAttributes for RCHandle<SkSVGFeSpecularLighting>

Source§

const NAME: &'static str = "FeSpecularLighting"

Source§

impl DebugAttributes for RCHandle<SkSVGFeSpotLight>

Source§

const NAME: &'static str = "FeSpotLight"

Source§

impl DebugAttributes for RCHandle<SkSVGFeTurbulence>

Source§

const NAME: &'static str = "FeTurbulence"

Source§

impl DebugAttributes for RCHandle<SkSVGFilter>

Source§

const NAME: &'static str = "Filter"

Source§

impl DebugAttributes for RCHandle<SkSVGG>

Source§

const NAME: &'static str = "G"

Source§

impl DebugAttributes for RCHandle<SkSVGGradient>

Source§

const NAME: &'static str = "Gradient"

Source§

impl DebugAttributes for RCHandle<SkSVGImage>

Source§

const NAME: &'static str = "Image"

Source§

impl DebugAttributes for RCHandle<SkSVGLine>

Source§

const NAME: &'static str = "Line"

Source§

impl DebugAttributes for RCHandle<SkSVGLinearGradient>

Source§

const NAME: &'static str = "LinearGradient"

Source§

impl DebugAttributes for RCHandle<SkSVGMask>

Source§

const NAME: &'static str = "Mask"

Source§

impl DebugAttributes for RCHandle<SkSVGNode>

Source§

const NAME: &'static str = "Node"

Source§

impl DebugAttributes for RCHandle<SkSVGPath>

Source§

const NAME: &'static str = "Path"

Source§

impl DebugAttributes for RCHandle<SkSVGPattern>

Source§

const NAME: &'static str = "Pattern"

Source§

impl DebugAttributes for RCHandle<SkSVGPoly>

Source§

const NAME: &'static str = "Poly"

Source§

impl DebugAttributes for RCHandle<SkSVGRadialGradient>

Source§

const NAME: &'static str = "RadialGradient"

Source§

impl DebugAttributes for RCHandle<SkSVGRect>

Source§

const NAME: &'static str = "Rect"

Source§

impl DebugAttributes for RCHandle<SkSVGSVG>

Source§

const NAME: &'static str = "Svg"

Source§

impl DebugAttributes for RCHandle<SkSVGShape>

Source§

const NAME: &'static str = "Shape"

Source§

impl DebugAttributes for RCHandle<SkSVGStop>

Source§

const NAME: &'static str = "Stop"

Source§

impl DebugAttributes for RCHandle<SkSVGTSpan>

Source§

const NAME: &'static str = "TSpan"

Source§

impl DebugAttributes for RCHandle<SkSVGText>

Source§

const NAME: &'static str = "Text"

Source§

impl DebugAttributes for RCHandle<SkSVGTextContainer>

Source§

const NAME: &'static str = "TextContainer"

Source§

impl DebugAttributes for RCHandle<SkSVGTextLiteral>

Source§

const NAME: &'static str = "TextLiteral"

Source§

impl DebugAttributes for RCHandle<SkSVGTextPath>

Source§

const NAME: &'static str = "TextPath"

Source§

impl DebugAttributes for RCHandle<SkSVGTransformableNode>

Source§

const NAME: &'static str = "TransformableNode"

Source§

impl DebugAttributes for RCHandle<SkSVGUse>

Source§

const NAME: &'static str = "Use"