pub struct EncodeSharing<N: Marker> { /* private fields */ }
Expand description
Shares nodes based on IHR, except for Hidden nodes, which are identified solely by the hash they contain
Trait Implementations§
Source§impl<N: Clone + Marker> Clone for EncodeSharing<N>
impl<N: Clone + Marker> Clone for EncodeSharing<N>
Source§fn clone(&self) -> EncodeSharing<N>
fn clone(&self) -> EncodeSharing<N>
Returns a duplicate 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 moreAuto Trait Implementations§
impl<N> Freeze for EncodeSharing<N>
impl<N> RefUnwindSafe for EncodeSharing<N>
impl<N> Send for EncodeSharing<N>
impl<N> Sync for EncodeSharing<N>
impl<N> Unpin for EncodeSharing<N>
impl<N> UnwindSafe for EncodeSharing<N>
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