pub struct AliasSnapshot {
pub name: String,
pub arn: String,
pub function_version: String,
pub description: String,
}Fields§
§name: String§arn: String§function_version: String§description: StringTrait Implementations§
Source§impl Debug for AliasSnapshot
impl Debug for AliasSnapshot
Source§impl<'de> Deserialize<'de> for AliasSnapshot
impl<'de> Deserialize<'de> for AliasSnapshot
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 AliasSnapshot
impl RefUnwindSafe for AliasSnapshot
impl Send for AliasSnapshot
impl Sync for AliasSnapshot
impl Unpin for AliasSnapshot
impl UnsafeUnpin for AliasSnapshot
impl UnwindSafe for AliasSnapshot
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