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