pub struct NamerOptions {
pub overwrite: bool,
pub overwrite_ambiguous: bool,
pub base_name: Option<String>,
}Fields§
§overwrite: bool§overwrite_ambiguous: bool§base_name: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for NamerOptions
impl RefUnwindSafe for NamerOptions
impl Send for NamerOptions
impl Sync for NamerOptions
impl Unpin for NamerOptions
impl UnsafeUnpin for NamerOptions
impl UnwindSafe for NamerOptions
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