pub struct Detokenizer {
pub escapes: Vec<i64>,
pub max_lines: i64,
pub max_line_length: i64,
}Fields§
§escapes: Vec<i64>§max_lines: i64§max_line_length: i64Trait Implementations§
Source§impl Clone for Detokenizer
impl Clone for Detokenizer
Source§fn clone(&self) -> Detokenizer
fn clone(&self) -> Detokenizer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for Detokenizer
impl RefUnwindSafe for Detokenizer
impl Send for Detokenizer
impl Sync for Detokenizer
impl Unpin for Detokenizer
impl UnwindSafe for Detokenizer
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