Struct wasm_tokio::CoreVecEncoderBytes
source · pub struct CoreVecEncoderBytes;
Expand description
core:vec
encoder optimized for vectors of byte-sized values
Trait Implementations§
source§impl Clone for CoreVecEncoderBytes
impl Clone for CoreVecEncoderBytes
source§fn clone(&self) -> CoreVecEncoderBytes
fn clone(&self) -> CoreVecEncoderBytes
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 CoreVecEncoderBytes
impl Debug for CoreVecEncoderBytes
source§impl Default for CoreVecEncoderBytes
impl Default for CoreVecEncoderBytes
source§fn default() -> CoreVecEncoderBytes
fn default() -> CoreVecEncoderBytes
Returns the “default value” for a type. Read more
source§impl PartialEq for CoreVecEncoderBytes
impl PartialEq for CoreVecEncoderBytes
impl Copy for CoreVecEncoderBytes
impl Eq for CoreVecEncoderBytes
impl StructuralPartialEq for CoreVecEncoderBytes
Auto Trait Implementations§
impl Freeze for CoreVecEncoderBytes
impl RefUnwindSafe for CoreVecEncoderBytes
impl Send for CoreVecEncoderBytes
impl Sync for CoreVecEncoderBytes
impl Unpin for CoreVecEncoderBytes
impl UnwindSafe for CoreVecEncoderBytes
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)