pub enum SlideKind {
Slide,
Layout,
Master,
Notes,
NotesMaster,
HandoutMaster,
}Expand description
The root element kinds that carry a shape tree.
Variants§
Implementations§
Trait Implementations§
impl Copy for SlideKind
impl Eq for SlideKind
impl StructuralPartialEq for SlideKind
Auto Trait Implementations§
impl Freeze for SlideKind
impl RefUnwindSafe for SlideKind
impl Send for SlideKind
impl Sync for SlideKind
impl Unpin for SlideKind
impl UnsafeUnpin for SlideKind
impl UnwindSafe for SlideKind
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