pub struct LocalizeOptions {
pub images_dir: String,
pub dry_run: bool,
pub exclude_domains: Vec<String>,
}Expand description
Options for localizing images.
Fields§
§images_dir: String§dry_run: bool§exclude_domains: Vec<String>Trait Implementations§
Source§impl Clone for LocalizeOptions
impl Clone for LocalizeOptions
Source§fn clone(&self) -> LocalizeOptions
fn clone(&self) -> LocalizeOptions
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 LocalizeOptions
impl Debug for LocalizeOptions
Auto Trait Implementations§
impl Freeze for LocalizeOptions
impl RefUnwindSafe for LocalizeOptions
impl Send for LocalizeOptions
impl Sync for LocalizeOptions
impl Unpin for LocalizeOptions
impl UnsafeUnpin for LocalizeOptions
impl UnwindSafe for LocalizeOptions
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