pub struct OpenXmlPartPaths {
pub general: String,
pub word: String,
pub excel: String,
pub power_point: String,
}
Fields§
§general: String
§word: String
§excel: String
§power_point: String
Trait Implementations§
Source§impl Clone for OpenXmlPartPaths
impl Clone for OpenXmlPartPaths
Source§fn clone(&self) -> OpenXmlPartPaths
fn clone(&self) -> OpenXmlPartPaths
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 OpenXmlPartPaths
impl Debug for OpenXmlPartPaths
Source§impl Default for OpenXmlPartPaths
impl Default for OpenXmlPartPaths
Source§fn default() -> OpenXmlPartPaths
fn default() -> OpenXmlPartPaths
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OpenXmlPartPathswhere
OpenXmlPartPaths: Default,
impl<'de> Deserialize<'de> for OpenXmlPartPathswhere
OpenXmlPartPaths: Default,
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 OpenXmlPartPaths
impl RefUnwindSafe for OpenXmlPartPaths
impl Send for OpenXmlPartPaths
impl Sync for OpenXmlPartPaths
impl Unpin for OpenXmlPartPaths
impl UnwindSafe for OpenXmlPartPaths
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