pub struct Inlines(pub Vec<Inline>);Tuple Fields§
§0: Vec<Inline>Implementations§
Trait Implementations§
Source§impl IntoIterator for Inlines
impl IntoIterator for Inlines
impl StructuralPartialEq for Inlines
Auto Trait Implementations§
impl Freeze for Inlines
impl RefUnwindSafe for Inlines
impl Send for Inlines
impl Sync for Inlines
impl Unpin for Inlines
impl UnwindSafe for Inlines
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