Struct gapi_grpc::google::home::enterprise::sdm::v1::Structure[][src]

pub struct Structure {
    pub name: String,
    pub traits: Option<Struct>,
}

Structure resource represents an instance of enterprise managed home or hotel room.

Fields

name: String

Output only. The resource name of the structure. For example: “enterprises/XYZ/structures/ABC”.

traits: Option<Struct>

Structure traits.

Trait Implementations

impl Clone for Structure[src]

impl Debug for Structure[src]

impl Default for Structure[src]

impl Message for Structure[src]

impl PartialEq<Structure> for Structure[src]

impl StructuralPartialEq for Structure[src]

Auto Trait Implementations

impl RefUnwindSafe for Structure

impl Send for Structure

impl Sync for Structure

impl Unpin for Structure

impl UnwindSafe for Structure

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]