pub struct Metadata {
pub title: String,
pub alt_title: String,
pub artist: String,
pub alt_artist: String,
pub creator: String,
pub genre: String,
pub tags: Vec<String>,
pub source: String,
}Fields§
§title: String§alt_title: String§artist: String§alt_artist: String§creator: String§genre: String§source: StringImplementations§
Trait Implementations§
Source§impl FromWasmAbi for Metadata
impl FromWasmAbi for Metadata
Source§impl IntoWasmAbi for Metadata
impl IntoWasmAbi for Metadata
Source§impl LongRefFromWasmAbi for Metadata
impl LongRefFromWasmAbi for Metadata
Source§impl OptionFromWasmAbi for Metadata
impl OptionFromWasmAbi for Metadata
Source§impl OptionIntoWasmAbi for Metadata
impl OptionIntoWasmAbi for Metadata
Source§impl RefFromWasmAbi for Metadata
impl RefFromWasmAbi for Metadata
Source§impl RefMutFromWasmAbi for Metadata
impl RefMutFromWasmAbi for Metadata
impl SupportsConstructor for Metadata
impl SupportsInstanceProperty for Metadata
impl SupportsStaticProperty for Metadata
Source§impl TryFromJsValue for Metadata
impl TryFromJsValue for Metadata
Source§impl VectorFromWasmAbi for Metadata
impl VectorFromWasmAbi for Metadata
Source§impl VectorIntoWasmAbi for Metadata
impl VectorIntoWasmAbi for Metadata
Auto Trait Implementations§
impl Freeze for Metadata
impl RefUnwindSafe for Metadata
impl Send for Metadata
impl Sync for Metadata
impl Unpin for Metadata
impl UnsafeUnpin 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.