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