pub struct EngineArg {
pub key: String,
pub value: String,
pub value_type: EngineArgType,
}
Expand description
Engine arguments struct
Fields§
§key: String
§value: String
§value_type: EngineArgType
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EngineArg
impl RefUnwindSafe for EngineArg
impl Send for EngineArg
impl Sync for EngineArg
impl Unpin for EngineArg
impl UnwindSafe for EngineArg
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