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