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.
Auto Trait Implementations§
impl<'a> Freeze for Drawing<'a>
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§
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