pub struct TextConvertOptions {
pub normalize_line_endings: bool,
pub trim_utf8_bom: bool,
}Fields§
§normalize_line_endings: bool§trim_utf8_bom: boolTrait Implementations§
Source§impl Clone for TextConvertOptions
impl Clone for TextConvertOptions
Source§fn clone(&self) -> TextConvertOptions
fn clone(&self) -> TextConvertOptions
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 TextConvertOptions
impl Debug for TextConvertOptions
Auto Trait Implementations§
impl Freeze for TextConvertOptions
impl RefUnwindSafe for TextConvertOptions
impl Send for TextConvertOptions
impl Sync for TextConvertOptions
impl Unpin for TextConvertOptions
impl UnsafeUnpin for TextConvertOptions
impl UnwindSafe for TextConvertOptions
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