pub struct InTotoStatement {
pub type_: String,
pub subject: Vec<SubjectEntry>,
pub predicate_type: String,
pub predicate: Predicate,
}Fields§
§type_: String§subject: Vec<SubjectEntry>§predicate_type: String§predicate: PredicateTrait Implementations§
Source§impl Clone for InTotoStatement
impl Clone for InTotoStatement
Source§fn clone(&self) -> InTotoStatement
fn clone(&self) -> InTotoStatement
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 InTotoStatement
impl Debug for InTotoStatement
Source§impl<'de> Deserialize<'de> for InTotoStatement
impl<'de> Deserialize<'de> for InTotoStatement
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 InTotoStatement
impl RefUnwindSafe for InTotoStatement
impl Send for InTotoStatement
impl Sync for InTotoStatement
impl Unpin for InTotoStatement
impl UnsafeUnpin for InTotoStatement
impl UnwindSafe for InTotoStatement
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