pub struct Epigraph {
pub anchor: Option<String>,
pub authors: Vec<Paragraph>,
pub content: Vec<EpigraphElement>,
}
Fields§
§anchor: Option<String>
§content: Vec<EpigraphElement>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Epigraph
impl<'de> Deserialize<'de> for Epigraph
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Epigraph
Auto Trait Implementations§
impl Freeze for Epigraph
impl RefUnwindSafe for Epigraph
impl Send for Epigraph
impl Sync for Epigraph
impl Unpin for Epigraph
impl UnwindSafe for Epigraph
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