pub struct LambdaRegionSnapshot {
pub account_id: String,
pub region: String,
pub functions: Vec<FunctionSnapshot>,
}Fields§
§account_id: String§region: String§functions: Vec<FunctionSnapshot>Trait Implementations§
Source§impl Debug for LambdaRegionSnapshot
impl Debug for LambdaRegionSnapshot
Source§impl<'de> Deserialize<'de> for LambdaRegionSnapshot
impl<'de> Deserialize<'de> for LambdaRegionSnapshot
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 LambdaRegionSnapshot
impl RefUnwindSafe for LambdaRegionSnapshot
impl Send for LambdaRegionSnapshot
impl Sync for LambdaRegionSnapshot
impl Unpin for LambdaRegionSnapshot
impl UnsafeUnpin for LambdaRegionSnapshot
impl UnwindSafe for LambdaRegionSnapshot
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