pub enum XslTransform {
Stable,
}Expand description
Value of the libxslt transform output capability (E-008).
Variants§
Stable
Transform output frozen; byte-identical 1.1.26 .. 1.1.45.
Trait Implementations§
Source§impl Clone for XslTransform
impl Clone for XslTransform
Source§fn clone(&self) -> XslTransform
fn clone(&self) -> XslTransform
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for XslTransform
Source§impl Debug for XslTransform
impl Debug for XslTransform
impl Eq for XslTransform
Source§impl PartialEq for XslTransform
impl PartialEq for XslTransform
impl StructuralPartialEq for XslTransform
Auto Trait Implementations§
impl Freeze for XslTransform
impl RefUnwindSafe for XslTransform
impl Send for XslTransform
impl Sync for XslTransform
impl Unpin for XslTransform
impl UnsafeUnpin for XslTransform
impl UnwindSafe for XslTransform
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