pub struct ProviderPackRedistribution {
pub cargo: bool,
pub npm: bool,
pub wasm: bool,
pub web_asset: bool,
pub native_binary: bool,
pub generated_output: bool,
}Expand description
Asset redistribution switches fixed by the user-imported contract.
Fields§
§cargo: bool§npm: bool§wasm: bool§web_asset: bool§native_binary: bool§generated_output: boolTrait Implementations§
Source§impl Clone for ProviderPackRedistribution
impl Clone for ProviderPackRedistribution
Source§fn clone(&self) -> ProviderPackRedistribution
fn clone(&self) -> ProviderPackRedistribution
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 ProviderPackRedistribution
impl Debug for ProviderPackRedistribution
Source§impl<'de> Deserialize<'de> for ProviderPackRedistribution
impl<'de> Deserialize<'de> for ProviderPackRedistribution
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ProviderPackRedistribution
impl StructuralPartialEq for ProviderPackRedistribution
Auto Trait Implementations§
impl Freeze for ProviderPackRedistribution
impl RefUnwindSafe for ProviderPackRedistribution
impl Send for ProviderPackRedistribution
impl Sync for ProviderPackRedistribution
impl Unpin for ProviderPackRedistribution
impl UnsafeUnpin for ProviderPackRedistribution
impl UnwindSafe for ProviderPackRedistribution
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