pub struct VerificationNote(/* private fields */);Expand description
Evidence note proving what source fact, review, or staff action verified a workflow outcome.
Implementations§
Source§impl VerificationNote
impl VerificationNote
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for VerificationNote
impl Clone for VerificationNote
Source§fn clone(&self) -> VerificationNote
fn clone(&self) -> VerificationNote
Returns a duplicate of the value. Read more
1.0.0 · 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 VerificationNote
impl Debug for VerificationNote
Source§impl<'de> Deserialize<'de> for VerificationNote
impl<'de> Deserialize<'de> for VerificationNote
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for VerificationNote
impl Hash for VerificationNote
Source§impl Ord for VerificationNote
impl Ord for VerificationNote
Source§fn cmp(&self, other: &VerificationNote) -> Ordering
fn cmp(&self, other: &VerificationNote) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VerificationNote
impl PartialEq for VerificationNote
Source§impl PartialOrd for VerificationNote
impl PartialOrd for VerificationNote
Source§impl Serialize for VerificationNote
impl Serialize for VerificationNote
impl Eq for VerificationNote
impl StructuralPartialEq for VerificationNote
Auto Trait Implementations§
impl Freeze for VerificationNote
impl RefUnwindSafe for VerificationNote
impl Send for VerificationNote
impl Sync for VerificationNote
impl Unpin for VerificationNote
impl UnsafeUnpin for VerificationNote
impl UnwindSafe for VerificationNote
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