Struct rlp_compress::Swapper
source · [−]pub struct Swapper<'a> { /* private fields */ }
Expand description
Stores RLPs used for compression
Implementations
Trait Implementations
sourceimpl<'a> Compressor for Swapper<'a>
impl<'a> Compressor for Swapper<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Swapper<'a>
impl<'a> Send for Swapper<'a>
impl<'a> Sync for Swapper<'a>
impl<'a> Unpin for Swapper<'a>
impl<'a> UnwindSafe for Swapper<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more