pub enum Enum_Output__AudioImporterOutput {
Output(Output),
AudioImporterOutput(AudioImporterOutput),
}Variants§
Output(Output)
AudioImporterOutput(AudioImporterOutput)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Enum_Output__AudioImporterOutput
impl<'de> Deserialize<'de> for Enum_Output__AudioImporterOutput
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
Auto Trait Implementations§
impl Freeze for Enum_Output__AudioImporterOutput
impl RefUnwindSafe for Enum_Output__AudioImporterOutput
impl Send for Enum_Output__AudioImporterOutput
impl Sync for Enum_Output__AudioImporterOutput
impl Unpin for Enum_Output__AudioImporterOutput
impl UnwindSafe for Enum_Output__AudioImporterOutput
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