pub struct CoexistenceCapabilityManifest {
pub manifest_id: Option<String>,
pub authority: Option<String>,
pub boundary_role: Option<String>,
pub supported_inputs: Option<Vec<String>>,
pub export_surfaces: Option<Vec<String>>,
pub receipt_bindings: Option<Vec<String>>,
pub generated_at: Option<String>,
}Fields§
§manifest_id: Option<String>§boundary_role: Option<String>§supported_inputs: Option<Vec<String>>§export_surfaces: Option<Vec<String>>§receipt_bindings: Option<Vec<String>>§generated_at: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for CoexistenceCapabilityManifest
impl Clone for CoexistenceCapabilityManifest
Source§fn clone(&self) -> CoexistenceCapabilityManifest
fn clone(&self) -> CoexistenceCapabilityManifest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for CoexistenceCapabilityManifest
impl Default for CoexistenceCapabilityManifest
Source§fn default() -> CoexistenceCapabilityManifest
fn default() -> CoexistenceCapabilityManifest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CoexistenceCapabilityManifest
impl<'de> Deserialize<'de> for CoexistenceCapabilityManifest
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
Source§impl PartialEq for CoexistenceCapabilityManifest
impl PartialEq for CoexistenceCapabilityManifest
Source§fn eq(&self, other: &CoexistenceCapabilityManifest) -> bool
fn eq(&self, other: &CoexistenceCapabilityManifest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CoexistenceCapabilityManifest
Auto Trait Implementations§
impl Freeze for CoexistenceCapabilityManifest
impl RefUnwindSafe for CoexistenceCapabilityManifest
impl Send for CoexistenceCapabilityManifest
impl Sync for CoexistenceCapabilityManifest
impl Unpin for CoexistenceCapabilityManifest
impl UnsafeUnpin for CoexistenceCapabilityManifest
impl UnwindSafe for CoexistenceCapabilityManifest
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