pub struct EvidenceOptions {
pub description: Option<String>,
pub hash_algorithm: HashAlgorithm,
}Expand description
Options accepted by create_evidence_with_options.
Fields§
§description: Option<String>§hash_algorithm: HashAlgorithmTrait Implementations§
Source§impl Clone for EvidenceOptions
impl Clone for EvidenceOptions
Source§fn clone(&self) -> EvidenceOptions
fn clone(&self) -> EvidenceOptions
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 EvidenceOptions
impl Debug for EvidenceOptions
Source§impl Default for EvidenceOptions
impl Default for EvidenceOptions
Source§fn default() -> EvidenceOptions
fn default() -> EvidenceOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EvidenceOptions
impl RefUnwindSafe for EvidenceOptions
impl Send for EvidenceOptions
impl Sync for EvidenceOptions
impl Unpin for EvidenceOptions
impl UnsafeUnpin for EvidenceOptions
impl UnwindSafe for EvidenceOptions
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