[][src]Struct grpcio_proto::testing::control::Scenarios

pub struct Scenarios {
    pub scenarios: RepeatedField<Scenario>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

scenarios: RepeatedField<Scenario>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl Scenarios[src]

pub fn new() -> Scenarios[src]

pub fn get_scenarios(&self) -> &[Scenario][src]

pub fn clear_scenarios(&mut self)[src]

pub fn set_scenarios(&mut self, v: RepeatedField<Scenario>)[src]

pub fn mut_scenarios(&mut self) -> &mut RepeatedField<Scenario>[src]

pub fn take_scenarios(&mut self) -> RepeatedField<Scenario>[src]

Trait Implementations

impl Clear for Scenarios[src]

impl Clone for Scenarios[src]

impl Debug for Scenarios[src]

impl Default for Scenarios[src]

impl<'a> Default for &'a Scenarios[src]

impl Message for Scenarios[src]

impl PartialEq<Scenarios> for Scenarios[src]

impl ProtobufValue for Scenarios[src]

impl StructuralPartialEq for Scenarios[src]

Auto Trait Implementations

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, U> Into<U> for T where
    U: From<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.