pub struct FunctionVersionSnapshot {
pub version: String,
pub description: String,
pub code_sha256: String,
pub code_size: u64,
pub last_modified: String,
}Fields§
§version: String§description: String§code_sha256: String§code_size: u64§last_modified: StringTrait Implementations§
Source§impl Debug for FunctionVersionSnapshot
impl Debug for FunctionVersionSnapshot
Source§impl<'de> Deserialize<'de> for FunctionVersionSnapshot
impl<'de> Deserialize<'de> for FunctionVersionSnapshot
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 FunctionVersionSnapshot
impl RefUnwindSafe for FunctionVersionSnapshot
impl Send for FunctionVersionSnapshot
impl Sync for FunctionVersionSnapshot
impl Unpin for FunctionVersionSnapshot
impl UnsafeUnpin for FunctionVersionSnapshot
impl UnwindSafe for FunctionVersionSnapshot
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