pub struct SupportedFormat {
pub container_format: Option<ContainerFormat>,
pub ingest_method: Option<IngestMethods>,
}Fields§
§container_format: Option<ContainerFormat>§ingest_method: Option<IngestMethods>Trait Implementations§
Source§impl Debug for SupportedFormat
impl Debug for SupportedFormat
Auto Trait Implementations§
impl Freeze for SupportedFormat
impl RefUnwindSafe for SupportedFormat
impl Send for SupportedFormat
impl Sync for SupportedFormat
impl Unpin for SupportedFormat
impl UnwindSafe for SupportedFormat
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