pub struct Speech<'a> {
pub heading: Heading<'a>,
pub body: Vec<Inline<'a>>,
}
Fields§
§heading: Heading<'a>
§body: Vec<Inline<'a>>
Trait Implementations§
impl<'a> StructuralPartialEq for Speech<'a>
Auto Trait Implementations§
impl<'a> Freeze for Speech<'a>
impl<'a> RefUnwindSafe for Speech<'a>
impl<'a> Send for Speech<'a>
impl<'a> Sync for Speech<'a>
impl<'a> Unpin for Speech<'a>
impl<'a> UnwindSafe for Speech<'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