pub struct MultiLogAttestation {
pub inclusions: Vec<LogInclusion>,
}Expand description
The set of inclusion results evaluated against a policy.
Fields§
§inclusions: Vec<LogInclusion>Per-log results.
Implementations§
Source§impl MultiLogAttestation
impl MultiLogAttestation
Sourcepub fn satisfies(&self, policy: &MultiLogPolicy) -> SignatifResult<bool>
pub fn satisfies(&self, policy: &MultiLogPolicy) -> SignatifResult<bool>
Trait Implementations§
Source§impl Clone for MultiLogAttestation
impl Clone for MultiLogAttestation
Source§fn clone(&self) -> MultiLogAttestation
fn clone(&self) -> MultiLogAttestation
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 MultiLogAttestation
impl Debug for MultiLogAttestation
Source§impl<'de> Deserialize<'de> for MultiLogAttestation
impl<'de> Deserialize<'de> for MultiLogAttestation
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 MultiLogAttestation
impl RefUnwindSafe for MultiLogAttestation
impl Send for MultiLogAttestation
impl Sync for MultiLogAttestation
impl Unpin for MultiLogAttestation
impl UnsafeUnpin for MultiLogAttestation
impl UnwindSafe for MultiLogAttestation
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