Struct gapi_grpc::google::cloud::channel::v1::EduData[][src]

pub struct EduData {
    pub institute_type: i32,
    pub institute_size: i32,
    pub website: String,
}

Required Edu Attributes

Fields

institute_type: i32

Designated institute type of customer.

institute_size: i32

Size of the institute.

website: String

Web address for the edu customer’s institution.

Implementations

impl EduData[src]

pub fn institute_type(&self) -> InstituteType[src]

Returns the enum value of institute_type, or the default if the field is set to an invalid enum value.

pub fn set_institute_type(&mut self, value: InstituteType)[src]

Sets institute_type to the provided enum value.

pub fn institute_size(&self) -> InstituteSize[src]

Returns the enum value of institute_size, or the default if the field is set to an invalid enum value.

pub fn set_institute_size(&mut self, value: InstituteSize)[src]

Sets institute_size to the provided enum value.

Trait Implementations

impl Clone for EduData[src]

impl Debug for EduData[src]

impl Default for EduData[src]

impl Message for EduData[src]

impl PartialEq<EduData> for EduData[src]

impl StructuralPartialEq for EduData[src]

Auto Trait Implementations

impl RefUnwindSafe for EduData

impl Send for EduData

impl Sync for EduData

impl Unpin for EduData

impl UnwindSafe for EduData

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]