pub struct ImporterOptions {
pub from_import: bool,
}Fields§
§from_import: boolAuto Trait Implementations§
impl Freeze for ImporterOptions
impl RefUnwindSafe for ImporterOptions
impl Send for ImporterOptions
impl Sync for ImporterOptions
impl Unpin for ImporterOptions
impl UnwindSafe for ImporterOptions
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