pub struct RewriteOptions {
pub cache_dir: PathBuf,
pub file_prefix: String,
}Fields§
§cache_dir: PathBuf§file_prefix: StringImplementations§
Trait Implementations§
Source§impl Clone for RewriteOptions
impl Clone for RewriteOptions
Source§fn clone(&self) -> RewriteOptions
fn clone(&self) -> RewriteOptions
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 moreSource§impl Debug for RewriteOptions
impl Debug for RewriteOptions
impl Eq for RewriteOptions
Source§impl PartialEq for RewriteOptions
impl PartialEq for RewriteOptions
impl StructuralPartialEq for RewriteOptions
Auto Trait Implementations§
impl Freeze for RewriteOptions
impl RefUnwindSafe for RewriteOptions
impl Send for RewriteOptions
impl Sync for RewriteOptions
impl Unpin for RewriteOptions
impl UnsafeUnpin for RewriteOptions
impl UnwindSafe for RewriteOptions
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