Struct rustpython_literal::escape::EscapeLayout
source · pub struct EscapeLayout {
pub quote: Quote,
pub len: Option<usize>,
}
Fields§
§quote: Quote
§len: Option<usize>
Auto Trait Implementations§
impl Freeze for EscapeLayout
impl RefUnwindSafe for EscapeLayout
impl Send for EscapeLayout
impl Sync for EscapeLayout
impl Unpin for EscapeLayout
impl UnwindSafe for EscapeLayout
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