Struct wick_config::config::components::TypesComponent
source · pub struct TypesComponent { /* private fields */ }Expand description
A Wick types manifest to import types from.
Implementations§
Trait Implementations§
source§impl AssetManager for TypesComponent
impl AssetManager for TypesComponent
type Asset = AssetReference
fn set_baseurl(&self, baseurl: &Path)
fn assets(&self) -> Assets<'_, AssetReference>
fn get_asset_flags(&self) -> u32
source§impl Clone for TypesComponent
impl Clone for TypesComponent
source§fn clone(&self) -> TypesComponent
fn clone(&self) -> TypesComponent
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 TypesComponent
impl Debug for TypesComponent
source§impl From<TypesComponent> for ImportDefinition
impl From<TypesComponent> for ImportDefinition
source§fn from(value: TypesComponent) -> Self
fn from(value: TypesComponent) -> Self
Converts to this type from the input type.
source§impl PartialEq<TypesComponent> for TypesComponent
impl PartialEq<TypesComponent> for TypesComponent
source§fn eq(&self, other: &TypesComponent) -> bool
fn eq(&self, other: &TypesComponent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for TypesComponent
impl Serialize for TypesComponent
source§impl TryFrom<ImportDefinition> for TypesComponent
impl TryFrom<ImportDefinition> for TypesComponent
§type Error = ManifestError
type Error = ManifestError
The type returned in the event of a conversion error.
source§impl TryFrom<TypesComponent> for TypesComponent
impl TryFrom<TypesComponent> for TypesComponent
§type Error = ManifestError
type Error = ManifestError
The type returned in the event of a conversion error.
source§impl TryFrom<TypesComponent> for TypesComponent
impl TryFrom<TypesComponent> for TypesComponent
§type Error = ManifestError
type Error = ManifestError
The type returned in the event of a conversion error.
impl StructuralPartialEq for TypesComponent
Auto Trait Implementations§
impl !RefUnwindSafe for TypesComponent
impl Send for TypesComponent
impl Sync for TypesComponent
impl Unpin for TypesComponent
impl !UnwindSafe for TypesComponent
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