pub struct RightEncodeBytes(/* private fields */);Expand description
The result of right_encode_bytes.
Implementations§
Trait Implementations§
Source§impl AsRef<[u8]> for RightEncodeBytes
impl AsRef<[u8]> for RightEncodeBytes
Source§impl Clone for RightEncodeBytes
impl Clone for RightEncodeBytes
Source§fn clone(&self) -> RightEncodeBytes
fn clone(&self) -> RightEncodeBytes
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 moreimpl Copy for RightEncodeBytes
Source§impl Debug for RightEncodeBytes
impl Debug for RightEncodeBytes
impl Eq for RightEncodeBytes
Source§impl Hash for RightEncodeBytes
impl Hash for RightEncodeBytes
Source§impl PartialEq for RightEncodeBytes
impl PartialEq for RightEncodeBytes
Source§fn eq(&self, other: &RightEncodeBytes) -> bool
fn eq(&self, other: &RightEncodeBytes) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RightEncodeBytes
Auto Trait Implementations§
impl Freeze for RightEncodeBytes
impl RefUnwindSafe for RightEncodeBytes
impl Send for RightEncodeBytes
impl Sync for RightEncodeBytes
impl Unpin for RightEncodeBytes
impl UnsafeUnpin for RightEncodeBytes
impl UnwindSafe for RightEncodeBytes
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