pub struct CheckOptions {
pub binary_mode: bool,
pub status: bool,
pub quiet: bool,
pub strict: bool,
pub warn: bool,
}
Fields§
§binary_mode: bool
Read in binary mode or text mode. On windows this is true.
status: bool
§quiet: bool
§strict: bool
§warn: bool
Trait Implementations§
Source§impl Debug for CheckOptions
impl Debug for CheckOptions
Auto Trait Implementations§
impl Freeze for CheckOptions
impl RefUnwindSafe for CheckOptions
impl Send for CheckOptions
impl Sync for CheckOptions
impl Unpin for CheckOptions
impl UnwindSafe for CheckOptions
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