pub struct Headline;Expand description
Headline (148).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Headline
impl RefUnwindSafe for Headline
impl Send for Headline
impl Sync for Headline
impl Unpin for Headline
impl UnsafeUnpin for Headline
impl UnwindSafe for Headline
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