[][src]Struct flv_api_sc::topic::FlvCreateTopicsRequest

pub struct FlvCreateTopicsRequest {
    pub topics: Vec<FlvCreateTopicRequest>,
    pub validate_only: bool,
}

Fields

topics: Vec<FlvCreateTopicRequest>

A list of one or more topics to be created.

validate_only: bool

Validate-only flag to prevent topic generation. Method is particularly useful to validate custom replicas.

Trait Implementations

impl Debug for FlvCreateTopicsRequest[src]

impl Decoder for FlvCreateTopicsRequest[src]

impl Default for FlvCreateTopicsRequest[src]

impl Encoder for FlvCreateTopicsRequest[src]

impl Request for FlvCreateTopicsRequest[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, 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.