Struct gapi_grpc::google::ads::googleads::v7::common::MediaBundleAsset[][src]

pub struct MediaBundleAsset {
    pub data: Vec<u8>,
}

A MediaBundle asset.

Fields

data: Vec<u8>

Media bundle (ZIP file) asset data. The format of the uploaded ZIP file depends on the ad field where it will be used. For more information on the format, see the documentation of the ad field where you plan on using the MediaBundleAsset. This field is mutate only.

Trait Implementations

impl Clone for MediaBundleAsset[src]

impl Debug for MediaBundleAsset[src]

impl Default for MediaBundleAsset[src]

impl Message for MediaBundleAsset[src]

impl PartialEq<MediaBundleAsset> for MediaBundleAsset[src]

impl StructuralPartialEq for MediaBundleAsset[src]

Auto Trait Implementations

impl RefUnwindSafe for MediaBundleAsset

impl Send for MediaBundleAsset

impl Sync for MediaBundleAsset

impl Unpin for MediaBundleAsset

impl UnwindSafe for MediaBundleAsset

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]