pub enum VerificationSessionRedactionStatus {
Processing,
Redacted,
}
Expand description
Indicates whether this object and its related objects have been redacted or not.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for VerificationSessionRedactionStatus
impl Clone for VerificationSessionRedactionStatus
Source§fn clone(&self) -> VerificationSessionRedactionStatus
fn clone(&self) -> VerificationSessionRedactionStatus
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 FromValueOpt for VerificationSessionRedactionStatus
impl FromValueOpt for VerificationSessionRedactionStatus
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for VerificationSessionRedactionStatus
impl PartialEq for VerificationSessionRedactionStatus
Source§fn eq(&self, other: &VerificationSessionRedactionStatus) -> bool
fn eq(&self, other: &VerificationSessionRedactionStatus) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for VerificationSessionRedactionStatus
impl Eq for VerificationSessionRedactionStatus
impl StructuralPartialEq for VerificationSessionRedactionStatus
Auto Trait Implementations§
impl Freeze for VerificationSessionRedactionStatus
impl RefUnwindSafe for VerificationSessionRedactionStatus
impl Send for VerificationSessionRedactionStatus
impl Sync for VerificationSessionRedactionStatus
impl Unpin for VerificationSessionRedactionStatus
impl UnwindSafe for VerificationSessionRedactionStatus
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