Struct egg_mode::entities::VideoVariant [−][src]
Expand description
Represents information about a specific encoding of a video.
Fields
bitrate: Option<i32>The bitrate of the video. This value is present for GIFs, but it will be zero.
content_type: MimeThe file format of the video variant.
url: StringThe URL for the video variant.
Trait Implementations
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 RefUnwindSafe for VideoVariantimpl Send for VideoVariantimpl Sync for VideoVariantimpl Unpin for VideoVariantimpl UnwindSafe for VideoVariantBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V