Struct source_map::encodings::ByteWiseEncoding
source · pub struct ByteWiseEncoding;
Trait Implementations§
source§impl Debug for ByteWiseEncoding
impl Debug for ByteWiseEncoding
source§impl PartialEq for ByteWiseEncoding
impl PartialEq for ByteWiseEncoding
source§fn eq(&self, other: &ByteWiseEncoding) -> bool
fn eq(&self, other: &ByteWiseEncoding) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl StringEncoding for ByteWiseEncoding
impl StringEncoding for ByteWiseEncoding
impl Eq for ByteWiseEncoding
impl StructuralEq for ByteWiseEncoding
impl StructuralPartialEq for ByteWiseEncoding
Auto Trait Implementations§
impl RefUnwindSafe for ByteWiseEncoding
impl Send for ByteWiseEncoding
impl Sync for ByteWiseEncoding
impl Unpin for ByteWiseEncoding
impl UnwindSafe for ByteWiseEncoding
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