pub enum GelatoDocumentReportSex {
Redacted,
Female,
Male,
Unknown,
}Expand description
Sex of the person in the document.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GelatoDocumentReportSex
impl Clone for GelatoDocumentReportSex
Source§fn clone(&self) -> GelatoDocumentReportSex
fn clone(&self) -> GelatoDocumentReportSex
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 GelatoDocumentReportSex
impl Debug for GelatoDocumentReportSex
Source§impl Display for GelatoDocumentReportSex
impl Display for GelatoDocumentReportSex
Source§impl FromStr for GelatoDocumentReportSex
impl FromStr for GelatoDocumentReportSex
Source§impl FromValueOpt for GelatoDocumentReportSex
impl FromValueOpt for GelatoDocumentReportSex
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for GelatoDocumentReportSex
impl PartialEq for GelatoDocumentReportSex
impl Copy for GelatoDocumentReportSex
impl Eq for GelatoDocumentReportSex
impl StructuralPartialEq for GelatoDocumentReportSex
Auto Trait Implementations§
impl Freeze for GelatoDocumentReportSex
impl RefUnwindSafe for GelatoDocumentReportSex
impl Send for GelatoDocumentReportSex
impl Sync for GelatoDocumentReportSex
impl Unpin for GelatoDocumentReportSex
impl UnwindSafe for GelatoDocumentReportSex
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