pub struct HaskellOptions {
pub just_types: bool,
pub array_type: ArrayOrList,
pub module: String,
}Fields§
§just_types: boolPlain types only
array_type: ArrayOrListUse Array or List
module: StringGenerated module name
Trait Implementations§
Source§impl Clone for HaskellOptions
impl Clone for HaskellOptions
Source§fn clone(&self) -> HaskellOptions
fn clone(&self) -> HaskellOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HaskellOptions
impl Debug for HaskellOptions
Source§impl Default for HaskellOptions
impl Default for HaskellOptions
impl Eq for HaskellOptions
Source§impl Hash for HaskellOptions
impl Hash for HaskellOptions
Source§impl PartialEq for HaskellOptions
impl PartialEq for HaskellOptions
Source§fn eq(&self, other: &HaskellOptions) -> bool
fn eq(&self, other: &HaskellOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HaskellOptions
Auto Trait Implementations§
impl Freeze for HaskellOptions
impl RefUnwindSafe for HaskellOptions
impl Send for HaskellOptions
impl Sync for HaskellOptions
impl Unpin for HaskellOptions
impl UnsafeUnpin for HaskellOptions
impl UnwindSafe for HaskellOptions
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