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