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