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