pub struct SourcePolicyActiveKeys {
pub package: Vec<String>,
pub release_metadata: Vec<String>,
pub host_capability_contract: Vec<String>,
pub source_policy_pointer: Vec<String>,
pub revocation_document: Vec<String>,
pub revocation_pointer: Vec<String>,
}Fields§
§package: Vec<String>§release_metadata: Vec<String>§host_capability_contract: Vec<String>§source_policy_pointer: Vec<String>§revocation_document: Vec<String>§revocation_pointer: Vec<String>Trait Implementations§
Source§impl Clone for SourcePolicyActiveKeys
impl Clone for SourcePolicyActiveKeys
Source§fn clone(&self) -> SourcePolicyActiveKeys
fn clone(&self) -> SourcePolicyActiveKeys
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 Debug for SourcePolicyActiveKeys
impl Debug for SourcePolicyActiveKeys
Source§impl<'de> Deserialize<'de> for SourcePolicyActiveKeys
impl<'de> Deserialize<'de> for SourcePolicyActiveKeys
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
impl Eq for SourcePolicyActiveKeys
Source§impl PartialEq for SourcePolicyActiveKeys
impl PartialEq for SourcePolicyActiveKeys
Source§impl Serialize for SourcePolicyActiveKeys
impl Serialize for SourcePolicyActiveKeys
impl StructuralPartialEq for SourcePolicyActiveKeys
Auto Trait Implementations§
impl Freeze for SourcePolicyActiveKeys
impl RefUnwindSafe for SourcePolicyActiveKeys
impl Send for SourcePolicyActiveKeys
impl Sync for SourcePolicyActiveKeys
impl Unpin for SourcePolicyActiveKeys
impl UnsafeUnpin for SourcePolicyActiveKeys
impl UnwindSafe for SourcePolicyActiveKeys
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