pub struct RawFallbackImportSpec {
pub initialize_inline: Option<String>,
pub initialize_file: Option<PathBuf>,
pub tools_inline: Option<String>,
pub tools_file: Option<PathBuf>,
}Fields§
§initialize_inline: Option<String>§initialize_file: Option<PathBuf>§tools_inline: Option<String>§tools_file: Option<PathBuf>Implementations§
Trait Implementations§
Source§impl Clone for RawFallbackImportSpec
impl Clone for RawFallbackImportSpec
Source§fn clone(&self) -> RawFallbackImportSpec
fn clone(&self) -> RawFallbackImportSpec
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 RawFallbackImportSpec
impl Debug for RawFallbackImportSpec
Source§impl Default for RawFallbackImportSpec
impl Default for RawFallbackImportSpec
Source§fn default() -> RawFallbackImportSpec
fn default() -> RawFallbackImportSpec
Returns the “default value” for a type. Read more
impl Eq for RawFallbackImportSpec
Source§impl PartialEq for RawFallbackImportSpec
impl PartialEq for RawFallbackImportSpec
impl StructuralPartialEq for RawFallbackImportSpec
Auto Trait Implementations§
impl Freeze for RawFallbackImportSpec
impl RefUnwindSafe for RawFallbackImportSpec
impl Send for RawFallbackImportSpec
impl Sync for RawFallbackImportSpec
impl Unpin for RawFallbackImportSpec
impl UnsafeUnpin for RawFallbackImportSpec
impl UnwindSafe for RawFallbackImportSpec
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