pub struct IdrisBackendOptions {
pub blank_between_decls: bool,
pub emit_docs: bool,
}Expand description
Configuration options for the Idris backend.
Fields§
§blank_between_decls: boolEmit blank lines between top-level declarations.
emit_docs: boolEmit ||| doc comments for items with doc strings.
Trait Implementations§
Source§impl Clone for IdrisBackendOptions
impl Clone for IdrisBackendOptions
Source§fn clone(&self) -> IdrisBackendOptions
fn clone(&self) -> IdrisBackendOptions
Returns a duplicate 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 IdrisBackendOptions
impl Debug for IdrisBackendOptions
Source§impl Default for IdrisBackendOptions
impl Default for IdrisBackendOptions
Source§fn default() -> IdrisBackendOptions
fn default() -> IdrisBackendOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IdrisBackendOptions
impl RefUnwindSafe for IdrisBackendOptions
impl Send for IdrisBackendOptions
impl Sync for IdrisBackendOptions
impl Unpin for IdrisBackendOptions
impl UnsafeUnpin for IdrisBackendOptions
impl UnwindSafe for IdrisBackendOptions
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