pub struct ByteWithContext(pub usize, pub JsonByte);Tuple Fields§
§0: usize§1: JsonByteTrait Implementations§
Source§impl Clone for ByteWithContext
impl Clone for ByteWithContext
Source§fn clone(&self) -> ByteWithContext
fn clone(&self) -> ByteWithContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ByteWithContext
impl Debug for ByteWithContext
Source§impl PartialEq for ByteWithContext
impl PartialEq for ByteWithContext
Source§fn eq(&self, other: &ByteWithContext) -> bool
fn eq(&self, other: &ByteWithContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ByteWithContext
impl Eq for ByteWithContext
impl StructuralPartialEq for ByteWithContext
Auto Trait Implementations§
impl Freeze for ByteWithContext
impl RefUnwindSafe for ByteWithContext
impl Send for ByteWithContext
impl Sync for ByteWithContext
impl Unpin for ByteWithContext
impl UnsafeUnpin for ByteWithContext
impl UnwindSafe for ByteWithContext
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