pub struct JSONParams {
pub algorithm: String,
pub params: HashMap<String, Value>,
}
Expand description
Blending algorithm and extra parameters for WASM module.
Fields§
§algorithm: String
§params: HashMap<String, Value>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for JSONParams
impl<'de> Deserialize<'de> for JSONParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for JSONParams
impl RefUnwindSafe for JSONParams
impl Send for JSONParams
impl Sync for JSONParams
impl Unpin for JSONParams
impl UnwindSafe for JSONParams
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