pub struct CommentativeOpts {
pub extension: Option<String>,
pub short: bool,
pub ignore_empty: bool,
pub code: bool,
pub language: Option<String>,
}Fields§
§extension: Option<String>§short: bool§ignore_empty: bool§code: bool§language: Option<String>Auto Trait Implementations§
impl Freeze for CommentativeOpts
impl RefUnwindSafe for CommentativeOpts
impl Send for CommentativeOpts
impl Sync for CommentativeOpts
impl Unpin for CommentativeOpts
impl UnsafeUnpin for CommentativeOpts
impl UnwindSafe for CommentativeOpts
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