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