pub struct OutcomePredicateInputV1 {
pub assertions: Vec<OutcomeAssertionV1>,
pub provider_id: String,
pub issued_at_unix_ms: u64,
pub expires_at_unix_ms: u64,
}Fields§
§assertions: Vec<OutcomeAssertionV1>§provider_id: String§issued_at_unix_ms: u64§expires_at_unix_ms: u64Trait Implementations§
Source§impl Clone for OutcomePredicateInputV1
impl Clone for OutcomePredicateInputV1
Source§fn clone(&self) -> OutcomePredicateInputV1
fn clone(&self) -> OutcomePredicateInputV1
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 OutcomePredicateInputV1
impl Debug for OutcomePredicateInputV1
impl Eq for OutcomePredicateInputV1
Source§impl PartialEq for OutcomePredicateInputV1
impl PartialEq for OutcomePredicateInputV1
impl StructuralPartialEq for OutcomePredicateInputV1
Auto Trait Implementations§
impl Freeze for OutcomePredicateInputV1
impl RefUnwindSafe for OutcomePredicateInputV1
impl Send for OutcomePredicateInputV1
impl Sync for OutcomePredicateInputV1
impl Unpin for OutcomePredicateInputV1
impl UnsafeUnpin for OutcomePredicateInputV1
impl UnwindSafe for OutcomePredicateInputV1
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