pub struct WrappedShard { /* private fields */ }
Implementations§
Trait Implementations§
source§impl AsMut<[u8]> for WrappedShard
impl AsMut<[u8]> for WrappedShard
source§impl AsRef<[u8]> for WrappedShard
impl AsRef<[u8]> for WrappedShard
source§impl Clone for WrappedShard
impl Clone for WrappedShard
source§fn clone(&self) -> WrappedShard
fn clone(&self) -> WrappedShard
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 more