pub struct PurchaseDocumentIssueCatalog {
pub FullPath: String,
pub AddIfNotExist: bool,
}Expand description
WebAPI model PurchaseDocumentIssueCatalog.
Fields§
§FullPath: String§AddIfNotExist: boolTrait Implementations§
Source§impl Clone for PurchaseDocumentIssueCatalog
impl Clone for PurchaseDocumentIssueCatalog
Source§fn clone(&self) -> PurchaseDocumentIssueCatalog
fn clone(&self) -> PurchaseDocumentIssueCatalog
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 PurchaseDocumentIssueCatalog
impl Debug for PurchaseDocumentIssueCatalog
Source§impl<'de> Deserialize<'de> for PurchaseDocumentIssueCatalog
impl<'de> Deserialize<'de> for PurchaseDocumentIssueCatalog
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 PurchaseDocumentIssueCatalog
impl RefUnwindSafe for PurchaseDocumentIssueCatalog
impl Send for PurchaseDocumentIssueCatalog
impl Sync for PurchaseDocumentIssueCatalog
impl Unpin for PurchaseDocumentIssueCatalog
impl UnsafeUnpin for PurchaseDocumentIssueCatalog
impl UnwindSafe for PurchaseDocumentIssueCatalog
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