pub struct RelationshipSchema {
pub marital_status: Option<String>,
}
Fields§
§marital_status: Option<String>
Marital Status
Trait Implementations§
Source§impl Debug for RelationshipSchema
impl Debug for RelationshipSchema
Source§impl<'de> Deserialize<'de> for RelationshipSchema
impl<'de> Deserialize<'de> for RelationshipSchema
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for RelationshipSchema
impl Display for RelationshipSchema
Auto Trait Implementations§
impl Freeze for RelationshipSchema
impl RefUnwindSafe for RelationshipSchema
impl Send for RelationshipSchema
impl Sync for RelationshipSchema
impl Unpin for RelationshipSchema
impl UnwindSafe for RelationshipSchema
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