pub enum xmlSchemaSAXPlugStruct {}Auto Trait Implementations§
impl Freeze for xmlSchemaSAXPlugStruct
impl RefUnwindSafe for xmlSchemaSAXPlugStruct
impl Send for xmlSchemaSAXPlugStruct
impl Sync for xmlSchemaSAXPlugStruct
impl Unpin for xmlSchemaSAXPlugStruct
impl UnsafeUnpin for xmlSchemaSAXPlugStruct
impl UnwindSafe for xmlSchemaSAXPlugStruct
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