Struct polywrap_wasm_rs::msgpack::data_view::DataView
source · pub struct DataView { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DataView
impl Send for DataView
impl Sync for DataView
impl Unpin for DataView
impl UnwindSafe for DataView
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