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