pub struct ProcedureSchema {
pub proc_type: String,
pub input: Value,
pub output: Value,
}Fields§
§proc_type: String§input: Value§output: ValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for ProcedureSchema
impl RefUnwindSafe for ProcedureSchema
impl Send for ProcedureSchema
impl Sync for ProcedureSchema
impl Unpin for ProcedureSchema
impl UnsafeUnpin for ProcedureSchema
impl UnwindSafe for ProcedureSchema
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