pub struct _xsltStylesheet { /* private fields */ }Expand description
XSLT stylesheet (opaque, forward declaration).
Auto Trait Implementations§
impl Freeze for _xsltStylesheet
impl RefUnwindSafe for _xsltStylesheet
impl Send for _xsltStylesheet
impl Sync for _xsltStylesheet
impl Unpin for _xsltStylesheet
impl UnsafeUnpin for _xsltStylesheet
impl UnwindSafe for _xsltStylesheet
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