pub struct AssetPlan {
pub glob: String,
pub include: Option<PathBuf>,
pub exclude: Option<String>,
pub out_dir: PathBuf,
pub flat: bool,
pub watch_assets: bool,
}Fields§
§glob: String§include: Option<PathBuf>§exclude: Option<String>§out_dir: PathBuf§flat: bool§watch_assets: boolTrait Implementations§
impl Eq for AssetPlan
impl StructuralPartialEq for AssetPlan
Auto Trait Implementations§
impl Freeze for AssetPlan
impl RefUnwindSafe for AssetPlan
impl Send for AssetPlan
impl Sync for AssetPlan
impl Unpin for AssetPlan
impl UnsafeUnpin for AssetPlan
impl UnwindSafe for AssetPlan
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.