pub enum OutputType {
UltralyticsUnprocessedV8V11,
SuperGradientsProcessedBatchFormat,
SuperGradientsProcessedFlatFormat,
UnprocessedSuperGradients,
}Variants§
UltralyticsUnprocessedV8V11
SuperGradientsProcessedBatchFormat
SuperGradientsProcessedFlatFormat
UnprocessedSuperGradients
Auto Trait Implementations§
impl Freeze for OutputType
impl RefUnwindSafe for OutputType
impl Send for OutputType
impl Sync for OutputType
impl Unpin for OutputType
impl UnsafeUnpin for OutputType
impl UnwindSafe for OutputType
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