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 copy of the value. Read more
1.0.0 · 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 RightEncodeBytes
impl Debug for RightEncodeBytes
Source§impl Hash for RightEncodeBytes
impl Hash for RightEncodeBytes
Source§impl PartialEq for RightEncodeBytes
impl PartialEq for RightEncodeBytes
impl Copy for RightEncodeBytes
impl Eq for RightEncodeBytes
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 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