pub struct XsdGenerator { /* private fields */ }Expand description
XSD-Generator-Builder. Spec §6.5.
Implementations§
Trait Implementations§
Source§impl Clone for XsdGenerator
impl Clone for XsdGenerator
Source§fn clone(&self) -> XsdGenerator
fn clone(&self) -> XsdGenerator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 XsdGenerator
impl Debug for XsdGenerator
Source§impl Default for XsdGenerator
impl Default for XsdGenerator
Source§fn default() -> XsdGenerator
fn default() -> XsdGenerator
Returns the “default value” for a type. Read more
Source§impl PartialEq for XsdGenerator
impl PartialEq for XsdGenerator
Source§fn eq(&self, other: &XsdGenerator) -> bool
fn eq(&self, other: &XsdGenerator) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for XsdGenerator
impl StructuralPartialEq for XsdGenerator
Auto Trait Implementations§
impl Freeze for XsdGenerator
impl RefUnwindSafe for XsdGenerator
impl Send for XsdGenerator
impl Sync for XsdGenerator
impl Unpin for XsdGenerator
impl UnsafeUnpin for XsdGenerator
impl UnwindSafe for XsdGenerator
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