Struct golem_client::model::ExportFunction
source · pub struct ExportFunction {
pub name: String,
pub parameters: Vec<FunctionParameter>,
pub results: Vec<FunctionResult>,
}
Fields§
§name: String
§parameters: Vec<FunctionParameter>
§results: Vec<FunctionResult>
Trait Implementations§
source§impl Clone for ExportFunction
impl Clone for ExportFunction
source§fn clone(&self) -> ExportFunction
fn clone(&self) -> ExportFunction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ExportFunction
impl Debug for ExportFunction
source§impl<'de> Deserialize<'de> for ExportFunction
impl<'de> Deserialize<'de> for ExportFunction
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
source§impl PartialEq for ExportFunction
impl PartialEq for ExportFunction
source§fn eq(&self, other: &ExportFunction) -> bool
fn eq(&self, other: &ExportFunction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ExportFunction
impl Serialize for ExportFunction
impl Eq for ExportFunction
impl StructuralPartialEq for ExportFunction
Auto Trait Implementations§
impl Freeze for ExportFunction
impl RefUnwindSafe for ExportFunction
impl Send for ExportFunction
impl Sync for ExportFunction
impl Unpin for ExportFunction
impl UnwindSafe for ExportFunction
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.