Struct spin_app::locked::ContentRef
source · Expand description
A ContentRef represents content used by an application.
At least one of source
or digest
must be specified. Implementations may
require one or the other (or both).
Fields§
§source: Option<String>
A URI where the content can be accessed. Implementations may support different URI schemes.
digest: Option<String>
If set, the content must have the given SHA-256 digest.
Trait Implementations§
source§impl Clone for ContentRef
impl Clone for ContentRef
source§fn clone(&self) -> ContentRef
fn clone(&self) -> ContentRef
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 ContentRef
impl Debug for ContentRef
source§impl Default for ContentRef
impl Default for ContentRef
source§fn default() -> ContentRef
fn default() -> ContentRef
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ContentRef
impl<'de> Deserialize<'de> for ContentRef
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 ContentRef
impl Send for ContentRef
impl Sync for ContentRef
impl Unpin for ContentRef
impl UnwindSafe for ContentRef
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.