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 moresource§impl Debug for WrappedShard
impl Debug for WrappedShard
source§impl FromIterator<[u8; 2]> for WrappedShard
impl FromIterator<[u8; 2]> for WrappedShard
Auto Trait Implementations§
impl RefUnwindSafe for WrappedShard
impl Send for WrappedShard
impl Sync for WrappedShard
impl Unpin for WrappedShard
impl UnwindSafe for WrappedShard
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