pub struct MD014CommandsShowOutput {
pub show_output: bool,
}Fields§
§show_output: boolImplementations§
Source§impl MD014CommandsShowOutput
impl MD014CommandsShowOutput
pub fn new() -> Self
pub fn with_show_output(show_output: bool) -> Self
Trait Implementations§
Source§impl Debug for MD014CommandsShowOutput
impl Debug for MD014CommandsShowOutput
Source§impl Default for MD014CommandsShowOutput
impl Default for MD014CommandsShowOutput
Auto Trait Implementations§
impl Freeze for MD014CommandsShowOutput
impl RefUnwindSafe for MD014CommandsShowOutput
impl Send for MD014CommandsShowOutput
impl Sync for MD014CommandsShowOutput
impl Unpin for MD014CommandsShowOutput
impl UnwindSafe for MD014CommandsShowOutput
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