pub struct DefaultOpenContentResult {
pub mode: OpenContentMode,
pub applies_to_empty: bool,
pub wildcard: Option<WildcardResult>,
pub id: Option<String>,
pub annotation: Option<Annotation>,
pub source: Option<SourceRef>,
}Expand description
Default open content result (XSD 1.1)
Fields§
§mode: OpenContentMode§applies_to_empty: bool§wildcard: Option<WildcardResult>§id: Option<String>§annotation: Option<Annotation>§source: Option<SourceRef>Trait Implementations§
Source§impl Clone for DefaultOpenContentResult
impl Clone for DefaultOpenContentResult
Source§fn clone(&self) -> DefaultOpenContentResult
fn clone(&self) -> DefaultOpenContentResult
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 moreAuto Trait Implementations§
impl Freeze for DefaultOpenContentResult
impl RefUnwindSafe for DefaultOpenContentResult
impl Send for DefaultOpenContentResult
impl Sync for DefaultOpenContentResult
impl Unpin for DefaultOpenContentResult
impl UnsafeUnpin for DefaultOpenContentResult
impl UnwindSafe for DefaultOpenContentResult
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