pub struct TitleContentLayout;Expand description
Standard title and content layout
Implementations§
Source§impl TitleContentLayout
impl TitleContentLayout
Sourcepub fn generate(content: &SlideContent) -> String
pub fn generate(content: &SlideContent) -> String
Generate title and content slide XML
Auto Trait Implementations§
impl Freeze for TitleContentLayout
impl RefUnwindSafe for TitleContentLayout
impl Send for TitleContentLayout
impl Sync for TitleContentLayout
impl Unpin for TitleContentLayout
impl UnwindSafe for TitleContentLayout
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