pub struct FirstName {
pub value: Option<String>,
}Expand description
Represents a first name.
https://www.streit.cc/extern/uddf_v321/en/firstname.html
Fields§
§value: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for FirstName
impl RefUnwindSafe for FirstName
impl Send for FirstName
impl Sync for FirstName
impl Unpin for FirstName
impl UnwindSafe for FirstName
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