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