pub struct VerificationSessionRedaction {
pub status: VerificationSessionRedactionStatus,
}
Fields§
§status: VerificationSessionRedactionStatus
Indicates whether this object and its related objects have been redacted or not.
Trait Implementations§
Source§impl Clone for VerificationSessionRedaction
impl Clone for VerificationSessionRedaction
Source§fn clone(&self) -> VerificationSessionRedaction
fn clone(&self) -> VerificationSessionRedaction
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 VerificationSessionRedaction
impl Debug for VerificationSessionRedaction
Source§impl FromValueOpt for VerificationSessionRedaction
impl FromValueOpt for VerificationSessionRedaction
fn from_value(v: Value) -> Option<Self>
impl Copy for VerificationSessionRedaction
Auto Trait Implementations§
impl Freeze for VerificationSessionRedaction
impl RefUnwindSafe for VerificationSessionRedaction
impl Send for VerificationSessionRedaction
impl Sync for VerificationSessionRedaction
impl Unpin for VerificationSessionRedaction
impl UnwindSafe for VerificationSessionRedaction
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