Struct gapi_grpc::google::cloud::resourcesettings::v1::value::StringSet[][src]

pub struct StringSet {
    pub values: Vec<String>,
}

A string set value that can hold a set of strings. The maximum length of each string is 200 characters and there can be a maximum of 50 strings in the string set.

Fields

values: Vec<String>

The strings in the set

Trait Implementations

impl Clone for StringSet[src]

impl Debug for StringSet[src]

impl Default for StringSet[src]

impl Message for StringSet[src]

impl PartialEq<StringSet> for StringSet[src]

impl StructuralPartialEq for StringSet[src]

Auto Trait Implementations

impl RefUnwindSafe for StringSet

impl Send for StringSet

impl Sync for StringSet

impl Unpin for StringSet

impl UnwindSafe for StringSet

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]