pub struct OpenXmlSchemaTypeParticleOccur {
pub max: u64,
pub min: u64,
pub include_version: bool,
pub version: String,
}
Fields§
§max: u64
§min: u64
§include_version: bool
§version: String
Trait Implementations§
Source§impl Clone for OpenXmlSchemaTypeParticleOccur
impl Clone for OpenXmlSchemaTypeParticleOccur
Source§fn clone(&self) -> OpenXmlSchemaTypeParticleOccur
fn clone(&self) -> OpenXmlSchemaTypeParticleOccur
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 Default for OpenXmlSchemaTypeParticleOccur
impl Default for OpenXmlSchemaTypeParticleOccur
Source§fn default() -> OpenXmlSchemaTypeParticleOccur
fn default() -> OpenXmlSchemaTypeParticleOccur
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OpenXmlSchemaTypeParticleOccur
impl<'de> Deserialize<'de> for OpenXmlSchemaTypeParticleOccur
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 OpenXmlSchemaTypeParticleOccur
impl RefUnwindSafe for OpenXmlSchemaTypeParticleOccur
impl Send for OpenXmlSchemaTypeParticleOccur
impl Sync for OpenXmlSchemaTypeParticleOccur
impl Unpin for OpenXmlSchemaTypeParticleOccur
impl UnwindSafe for OpenXmlSchemaTypeParticleOccur
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