Struct umm::grade::RetrievalFunctionCallParams
source · struct RetrievalFunctionCallParams {
class_name: String,
method_name: String,
}
Expand description
RetrievalFunctionCallParams
is a struct that holds the parameters for a
retrieval function call.
Fields§
§class_name: String
A string that holds the name of the class.
method_name: String
A string that holds the name of the method.
Trait Implementations§
source§impl Debug for RetrievalFunctionCallParams
impl Debug for RetrievalFunctionCallParams
source§impl<'de> Deserialize<'de> for RetrievalFunctionCallParams
impl<'de> Deserialize<'de> for RetrievalFunctionCallParams
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 RefUnwindSafe for RetrievalFunctionCallParams
impl Send for RetrievalFunctionCallParams
impl Sync for RetrievalFunctionCallParams
impl Unpin for RetrievalFunctionCallParams
impl UnwindSafe for RetrievalFunctionCallParams
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