Struct rustpython_literal::escape::BytesRepr
source · pub struct BytesRepr<'r, 'a>(/* private fields */);
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'r, 'a> Freeze for BytesRepr<'r, 'a>
impl<'r, 'a> RefUnwindSafe for BytesRepr<'r, 'a>
impl<'r, 'a> Send for BytesRepr<'r, 'a>
impl<'r, 'a> Sync for BytesRepr<'r, 'a>
impl<'r, 'a> Unpin for BytesRepr<'r, 'a>
impl<'r, 'a> UnwindSafe for BytesRepr<'r, 'a>
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