pub struct PolyXmlSchemaBuilder(/* private fields */);Auto Trait Implementations§
impl Freeze for PolyXmlSchemaBuilder
impl RefUnwindSafe for PolyXmlSchemaBuilder
impl Send for PolyXmlSchemaBuilder
impl Sync for PolyXmlSchemaBuilder
impl Unpin for PolyXmlSchemaBuilder
impl UnsafeUnpin for PolyXmlSchemaBuilder
impl UnwindSafe for PolyXmlSchemaBuilder
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