Struct wick_config::config::OperationInputConfig
source · pub struct OperationInputConfig { /* private fields */ }Implementations§
Trait Implementations§
source§impl AssetManager for OperationInputConfig
impl AssetManager for OperationInputConfig
type Asset = AssetReference
fn set_baseurl(&self, baseurl: &Path)
fn assets(&self) -> Assets<'_, AssetReference>
fn get_asset_flags(&self) -> u32
source§impl Clone for OperationInputConfig
impl Clone for OperationInputConfig
source§fn clone(&self) -> OperationInputConfig
fn clone(&self) -> OperationInputConfig
Returns a copy of the value. Read more
1.0.0 · 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 OperationInputConfig
impl Debug for OperationInputConfig
source§impl PartialEq<OperationInputConfig> for OperationInputConfig
impl PartialEq<OperationInputConfig> for OperationInputConfig
source§fn eq(&self, other: &OperationInputConfig) -> bool
fn eq(&self, other: &OperationInputConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for OperationInputConfig
impl Serialize for OperationInputConfig
source§impl TryFrom<OperationInput> for OperationInputConfig
impl TryFrom<OperationInput> for OperationInputConfig
§type Error = ManifestError
type Error = ManifestError
The type returned in the event of a conversion error.
source§impl TryFrom<OperationInputConfig> for OperationInput
impl TryFrom<OperationInputConfig> for OperationInput
§type Error = ManifestError
type Error = ManifestError
The type returned in the event of a conversion error.
impl StructuralPartialEq for OperationInputConfig
Auto Trait Implementations§
impl RefUnwindSafe for OperationInputConfig
impl Send for OperationInputConfig
impl Sync for OperationInputConfig
impl Unpin for OperationInputConfig
impl UnwindSafe for OperationInputConfig
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