pub struct ExportDocxDto {
pub output_path: String,
}Fields§
§output_path: StringTrait Implementations§
Source§impl Clone for ExportDocxDto
impl Clone for ExportDocxDto
Source§fn clone(&self) -> ExportDocxDto
fn clone(&self) -> ExportDocxDto
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 ExportDocxDto
impl Debug for ExportDocxDto
Source§impl Default for ExportDocxDto
impl Default for ExportDocxDto
Source§fn default() -> ExportDocxDto
fn default() -> ExportDocxDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExportDocxDto
impl<'de> Deserialize<'de> for ExportDocxDto
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 PartialEq for ExportDocxDto
impl PartialEq for ExportDocxDto
Source§impl Serialize for ExportDocxDto
impl Serialize for ExportDocxDto
impl StructuralPartialEq for ExportDocxDto
Auto Trait Implementations§
impl Freeze for ExportDocxDto
impl RefUnwindSafe for ExportDocxDto
impl Send for ExportDocxDto
impl Sync for ExportDocxDto
impl Unpin for ExportDocxDto
impl UnsafeUnpin for ExportDocxDto
impl UnwindSafe for ExportDocxDto
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