pub struct SetExtension(/* private fields */);Expand description
SetExtension changes target file’s extension and URL path extension to specified one.
Implementations§
Trait Implementations§
Source§impl Clone for SetExtension
impl Clone for SetExtension
Source§fn clone(&self) -> SetExtension
fn clone(&self) -> SetExtension
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Compiler for SetExtension
impl Compiler for SetExtension
Source§fn next_step(&mut self, ctx: Context) -> CompilerReturn
fn next_step(&mut self, ctx: Context) -> CompilerReturn
Executes the next step of the compilation
Auto Trait Implementations§
impl Freeze for SetExtension
impl RefUnwindSafe for SetExtension
impl Send for SetExtension
impl Sync for SetExtension
impl Unpin for SetExtension
impl UnwindSafe for SetExtension
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