pub struct DocumentRelationIssue {
pub DocumentNumber: String,
pub DocumentDate: NaiveDateTime,
pub ContractorPosition: i32,
}Expand description
WebAPI model DocumentRelationIssue.
Fields§
§DocumentNumber: String§DocumentDate: NaiveDateTime§ContractorPosition: i32Trait Implementations§
Source§impl Clone for DocumentRelationIssue
impl Clone for DocumentRelationIssue
Source§fn clone(&self) -> DocumentRelationIssue
fn clone(&self) -> DocumentRelationIssue
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 DocumentRelationIssue
impl Debug for DocumentRelationIssue
Source§impl<'de> Deserialize<'de> for DocumentRelationIssue
impl<'de> Deserialize<'de> for DocumentRelationIssue
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
Auto Trait Implementations§
impl Freeze for DocumentRelationIssue
impl RefUnwindSafe for DocumentRelationIssue
impl Send for DocumentRelationIssue
impl Sync for DocumentRelationIssue
impl Unpin for DocumentRelationIssue
impl UnsafeUnpin for DocumentRelationIssue
impl UnwindSafe for DocumentRelationIssue
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