Struct presenterm::PresentationBuilderOptions
source · pub struct PresentationBuilderOptions {
pub allow_mutations: bool,
pub implicit_slide_ends: bool,
pub command_prefix: String,
pub incremental_lists: bool,
pub force_default_theme: bool,
pub end_slide_shorthand: bool,
pub print_modal_background: bool,
}Fields§
§allow_mutations: bool§implicit_slide_ends: bool§command_prefix: String§incremental_lists: bool§force_default_theme: bool§end_slide_shorthand: bool§print_modal_background: boolTrait Implementations§
source§impl Clone for PresentationBuilderOptions
impl Clone for PresentationBuilderOptions
source§fn clone(&self) -> PresentationBuilderOptions
fn clone(&self) -> PresentationBuilderOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PresentationBuilderOptions
impl Debug for PresentationBuilderOptions
Auto Trait Implementations§
impl RefUnwindSafe for PresentationBuilderOptions
impl Send for PresentationBuilderOptions
impl Sync for PresentationBuilderOptions
impl Unpin for PresentationBuilderOptions
impl UnwindSafe for PresentationBuilderOptions
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
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().