Struct wrangler::fixtures::Fixture[][src]

pub struct Fixture { /* fields omitted */ }

Implementations

impl Fixture[src]

pub fn new() -> Fixture[src]

pub fn new_site() -> Fixture[src]

pub fn get_path(&self) -> PathBuf[src]

pub fn scaffold_webpack(&self)[src]

pub fn get_output_path(&self) -> PathBuf[src]

pub fn create_file(&self, name: &str, content: &str)[src]

pub fn create_dir(&self, name: &str)[src]

pub fn create_empty_js(&self)[src]

pub fn create_default_package_json(&self)[src]

pub fn create_wrangler_toml(&self, wrangler_toml: WranglerToml)[src]

pub fn scaffold_site(&self)[src]

Trait Implementations

impl Default for Fixture[src]

impl Drop for Fixture[src]

Auto Trait Implementations

impl RefUnwindSafe for Fixture

impl Send for Fixture

impl Sync for Fixture

impl Unpin for Fixture

impl UnwindSafe for Fixture

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,