Struct gapi_grpc::google::ads::googleads::v6::resources::feed::places_location_feed_data::OAuthInfo[][src]

pub struct OAuthInfo {
    pub http_method: String,
    pub http_request_url: String,
    pub http_authorization_header: String,
}

Data used for authorization using OAuth.

Fields

http_method: String

The HTTP method used to obtain authorization.

http_request_url: String

The HTTP request URL used to obtain authorization.

http_authorization_header: String

The HTTP authorization header used to obtain authorization.

Trait Implementations

impl Clone for OAuthInfo[src]

impl Debug for OAuthInfo[src]

impl Default for OAuthInfo[src]

impl Message for OAuthInfo[src]

impl PartialEq<OAuthInfo> for OAuthInfo[src]

impl StructuralPartialEq for OAuthInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for OAuthInfo

impl Send for OAuthInfo

impl Sync for OAuthInfo

impl Unpin for OAuthInfo

impl UnwindSafe for OAuthInfo

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]