pub struct XmlSchemaTypeLink { /* private fields */ }Expand description
Used to build a list of types (e.g. member types of simpleType with variety “union”).
Auto Trait Implementations§
impl Freeze for XmlSchemaTypeLink
impl !RefUnwindSafe for XmlSchemaTypeLink
impl !Send for XmlSchemaTypeLink
impl !Sync for XmlSchemaTypeLink
impl Unpin for XmlSchemaTypeLink
impl !UnwindSafe for XmlSchemaTypeLink
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