pub struct Drawing<'a> {
pub anchor: Option<Anchor<'a>>,
pub inline: Option<Inline<'a>>,
}
Fields§
§anchor: Option<Anchor<'a>>
comment
inline: Option<Inline<'a>>
Trait Implementations§
source§impl<'a> From<Drawing<'a>> for RunContent<'a>
impl<'a> From<Drawing<'a>> for RunContent<'a>
source§fn from(original: Drawing<'a>) -> RunContent<'a>
fn from(original: Drawing<'a>) -> RunContent<'a>
Converts to this type from the input type.