pub struct TextSlide { /* private fields */ }
Expand description
TextSlide represents a standard, non-image slide.
It contains a text
field with the text of the slide.
Auto Trait Implementations§
impl Freeze for TextSlide
impl RefUnwindSafe for TextSlide
impl Send for TextSlide
impl Sync for TextSlide
impl Unpin for TextSlide
impl UnwindSafe for TextSlide
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