Struct simplicity::encode::EncodeSharing
source · pub struct EncodeSharing<N: Marker> { /* private fields */ }Expand description
Shares nodes based on IMR, except for Hidden nodes, which are identified solely by the hash they contain
Trait Implementations§
Auto Trait Implementations§
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