pub struct LeftEncodeBytes(/* private fields */);
Expand description
The result of left_encode_bytes
.
Implementations§
Trait Implementations§
Source§impl AsRef<[u8]> for LeftEncodeBytes
impl AsRef<[u8]> for LeftEncodeBytes
Source§impl Clone for LeftEncodeBytes
impl Clone for LeftEncodeBytes
Source§fn clone(&self) -> LeftEncodeBytes
fn clone(&self) -> LeftEncodeBytes
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 LeftEncodeBytes
impl Debug for LeftEncodeBytes
Source§impl Hash for LeftEncodeBytes
impl Hash for LeftEncodeBytes
Source§impl PartialEq for LeftEncodeBytes
impl PartialEq for LeftEncodeBytes
impl Copy for LeftEncodeBytes
impl Eq for LeftEncodeBytes
impl StructuralPartialEq for LeftEncodeBytes
Auto Trait Implementations§
impl Freeze for LeftEncodeBytes
impl RefUnwindSafe for LeftEncodeBytes
impl Send for LeftEncodeBytes
impl Sync for LeftEncodeBytes
impl Unpin for LeftEncodeBytes
impl UnwindSafe for LeftEncodeBytes
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