Struct mrml::prelude::render::RenderOptions
source · pub struct RenderOptions {
pub disable_comments: bool,
pub social_icon_origin: Option<Cow<'static, str>>,
pub fonts: HashMap<String, Cow<'static, str>>,
}Fields§
§disable_comments: bool§fonts: HashMap<String, Cow<'static, str>>Trait Implementations§
source§impl Debug for RenderOptions
impl Debug for RenderOptions
Auto Trait Implementations§
impl RefUnwindSafe for RenderOptions
impl Send for RenderOptions
impl Sync for RenderOptions
impl Unpin for RenderOptions
impl UnwindSafe for RenderOptions
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