Struct wick_config::config::Metadata
source · pub struct Metadata { /* private fields */ }Expand description
Metadata for the component or application.
Implementations§
Trait Implementations§
source§impl AssetManager for Metadata
impl AssetManager for Metadata
type Asset = AssetReference
fn set_baseurl(&self, baseurl: &Path)
fn assets(&self) -> Assets<'_, AssetReference>
fn get_asset_flags(&self) -> u32
source§impl From<Metadata> for ComponentMetadata
impl From<Metadata> for ComponentMetadata
source§impl PartialEq<Metadata> for Metadata
impl PartialEq<Metadata> for Metadata
impl StructuralPartialEq for Metadata
Auto Trait Implementations§
impl !RefUnwindSafe for Metadata
impl Send for Metadata
impl Sync for Metadata
impl Unpin for Metadata
impl !UnwindSafe for Metadata
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