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