Struct spin_app::locked::LockedComponentSource
source · pub struct LockedComponentSource {
pub content_type: String,
pub content: ContentRef,
}
Expand description
A LockedComponentSource specifies a Wasm source.
Fields§
§content_type: String
Wasm source content type (e.g. “application/wasm”)
content: ContentRef
Wasm source content specification
Trait Implementations§
source§impl Clone for LockedComponentSource
impl Clone for LockedComponentSource
source§fn clone(&self) -> LockedComponentSource
fn clone(&self) -> LockedComponentSource
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LockedComponentSource
impl Debug for LockedComponentSource
source§impl<'de> Deserialize<'de> for LockedComponentSource
impl<'de> Deserialize<'de> for LockedComponentSource
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 RefUnwindSafe for LockedComponentSource
impl Send for LockedComponentSource
impl Sync for LockedComponentSource
impl Unpin for LockedComponentSource
impl UnwindSafe for LockedComponentSource
Blanket Implementations§
§impl<T> GetSetFdFlags for T
impl<T> GetSetFdFlags for T
§fn get_fd_flags(&self) -> Result<FdFlags, Error>where
T: AsFilelike,
fn get_fd_flags(&self) -> Result<FdFlags, Error>where
T: AsFilelike,
Query the “status” flags for the
self
file descriptor.