pub struct OpenXmlPartChild {
pub min_occurs_is_non_zero: bool,
pub max_occurs_great_than_one: bool,
pub api_name: String,
pub name: String,
pub has_fixed_content: bool,
pub is_data_part_reference: bool,
pub is_special_embedded_part: bool,
}
Fields§
§min_occurs_is_non_zero: bool
§max_occurs_great_than_one: bool
§api_name: String
§name: String
§has_fixed_content: bool
§is_data_part_reference: bool
§is_special_embedded_part: bool
Trait Implementations§
Source§impl Clone for OpenXmlPartChild
impl Clone for OpenXmlPartChild
Source§fn clone(&self) -> OpenXmlPartChild
fn clone(&self) -> OpenXmlPartChild
Returns a copy 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 OpenXmlPartChild
impl Debug for OpenXmlPartChild
Source§impl Default for OpenXmlPartChild
impl Default for OpenXmlPartChild
Source§fn default() -> OpenXmlPartChild
fn default() -> OpenXmlPartChild
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OpenXmlPartChildwhere
OpenXmlPartChild: Default,
impl<'de> Deserialize<'de> for OpenXmlPartChildwhere
OpenXmlPartChild: 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 OpenXmlPartChild
impl RefUnwindSafe for OpenXmlPartChild
impl Send for OpenXmlPartChild
impl Sync for OpenXmlPartChild
impl Unpin for OpenXmlPartChild
impl UnwindSafe for OpenXmlPartChild
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