pub struct GetFunctionRequest {
pub function_name: NamespacedFunctionName,
pub qualifier: Option<Qualifier>,
}Fields§
§function_name: NamespacedFunctionName§qualifier: Option<Qualifier>Trait Implementations§
Source§impl Debug for GetFunctionRequest
impl Debug for GetFunctionRequest
Source§impl Default for GetFunctionRequest
impl Default for GetFunctionRequest
Source§fn default() -> GetFunctionRequest
fn default() -> GetFunctionRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetFunctionRequest
impl<'de> Deserialize<'de> for GetFunctionRequest
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 GetFunctionRequest
impl RefUnwindSafe for GetFunctionRequest
impl Send for GetFunctionRequest
impl Sync for GetFunctionRequest
impl Unpin for GetFunctionRequest
impl UnwindSafe for GetFunctionRequest
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