Enum std::backtrace::BytesOrWide
source · enum BytesOrWide {
Bytes(Vec<u8>),
Wide(Vec<u16>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BytesOrWide
impl Send for BytesOrWide
impl Sync for BytesOrWide
impl Unpin for BytesOrWide
impl UnwindSafe for BytesOrWide
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