pub struct AuthInstallServiceResponseResourceBindingsStreamsValue {
pub discard: Option<String>,
pub max_age_ms: Option<i64>,
pub max_bytes: Option<i64>,
pub max_msgs: Option<i64>,
pub name: String,
pub num_replicas: Option<i64>,
pub retention: Option<String>,
pub sources: Option<Vec<AuthInstallServiceResponseResourceBindingsStreamsValueSourcesItem>>,
pub storage: Option<String>,
pub subjects: Vec<String>,
}Fields§
§discard: Option<String>§max_age_ms: Option<i64>§max_bytes: Option<i64>§max_msgs: Option<i64>§name: String§num_replicas: Option<i64>§retention: Option<String>§sources: Option<Vec<AuthInstallServiceResponseResourceBindingsStreamsValueSourcesItem>>§storage: Option<String>§subjects: Vec<String>Trait Implementations§
Source§impl Clone for AuthInstallServiceResponseResourceBindingsStreamsValue
impl Clone for AuthInstallServiceResponseResourceBindingsStreamsValue
Source§fn clone(&self) -> AuthInstallServiceResponseResourceBindingsStreamsValue
fn clone(&self) -> AuthInstallServiceResponseResourceBindingsStreamsValue
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for AuthInstallServiceResponseResourceBindingsStreamsValue
impl<'de> Deserialize<'de> for AuthInstallServiceResponseResourceBindingsStreamsValue
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AuthInstallServiceResponseResourceBindingsStreamsValue
impl PartialEq for AuthInstallServiceResponseResourceBindingsStreamsValue
Source§fn eq(
&self,
other: &AuthInstallServiceResponseResourceBindingsStreamsValue,
) -> bool
fn eq( &self, other: &AuthInstallServiceResponseResourceBindingsStreamsValue, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AuthInstallServiceResponseResourceBindingsStreamsValue
Auto Trait Implementations§
impl Freeze for AuthInstallServiceResponseResourceBindingsStreamsValue
impl RefUnwindSafe for AuthInstallServiceResponseResourceBindingsStreamsValue
impl Send for AuthInstallServiceResponseResourceBindingsStreamsValue
impl Sync for AuthInstallServiceResponseResourceBindingsStreamsValue
impl Unpin for AuthInstallServiceResponseResourceBindingsStreamsValue
impl UnsafeUnpin for AuthInstallServiceResponseResourceBindingsStreamsValue
impl UnwindSafe for AuthInstallServiceResponseResourceBindingsStreamsValue
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more