Fields
anchor: Option<Anchor<'a>>
comment
inline: Option<Inline<'a>>
Trait Implementations
sourceimpl<'a> From<Drawing<'a>> for RunContent<'a>
impl<'a> From<Drawing<'a>> for RunContent<'a>
sourcefn from(original: Drawing<'a>) -> RunContent<'a>
fn from(original: Drawing<'a>) -> RunContent<'a>
Converts to this type from the input type.
Auto Trait Implementations
impl<'a> RefUnwindSafe for Drawing<'a>
impl<'a> Send for Drawing<'a>
impl<'a> Sync for Drawing<'a>
impl<'a> Unpin for Drawing<'a>
impl<'a> UnwindSafe for Drawing<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more