pub struct OpaqueDef {
pub name: String,
pub namespace: Option<String>,
}Expand description
An opaque wrapper generated from xs:complexType with xs:any.
Fields§
§name: StringThe Rust struct name.
namespace: Option<String>The namespace attribute of <xs:any>, if present.
Trait Implementations§
impl StructuralPartialEq for OpaqueDef
Auto Trait Implementations§
impl Freeze for OpaqueDef
impl RefUnwindSafe for OpaqueDef
impl Send for OpaqueDef
impl Sync for OpaqueDef
impl Unpin for OpaqueDef
impl UnsafeUnpin for OpaqueDef
impl UnwindSafe for OpaqueDef
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