Struct pancake_server::engine_serial::wasm::db::Pv
source · pub struct Pv {
pub bytes: Vec<u8>,
}Fields§
§bytes: Vec<u8>Trait Implementations§
impl ComponentType for Pv
impl Lift for Pv
impl Lower for Pv
Auto Trait Implementations§
impl RefUnwindSafe for Pv
impl Send for Pv
impl Sync for Pv
impl Unpin for Pv
impl UnwindSafe for Pv
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