pub struct AuthInstallServiceResponseResourceBindingsKvValue {
pub bucket: String,
pub history: i64,
pub max_value_bytes: Option<i64>,
pub ttl_ms: i64,
}Expand description
Generated schema type AuthInstallServiceResponseResourceBindingsKvValue.
Fields§
§bucket: String§history: i64§max_value_bytes: Option<i64>§ttl_ms: i64Trait Implementations§
Source§impl Clone for AuthInstallServiceResponseResourceBindingsKvValue
impl Clone for AuthInstallServiceResponseResourceBindingsKvValue
Source§fn clone(&self) -> AuthInstallServiceResponseResourceBindingsKvValue
fn clone(&self) -> AuthInstallServiceResponseResourceBindingsKvValue
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 AuthInstallServiceResponseResourceBindingsKvValue
impl<'de> Deserialize<'de> for AuthInstallServiceResponseResourceBindingsKvValue
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 AuthInstallServiceResponseResourceBindingsKvValue
impl PartialEq for AuthInstallServiceResponseResourceBindingsKvValue
Source§fn eq(&self, other: &AuthInstallServiceResponseResourceBindingsKvValue) -> bool
fn eq(&self, other: &AuthInstallServiceResponseResourceBindingsKvValue) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AuthInstallServiceResponseResourceBindingsKvValue
Auto Trait Implementations§
impl Freeze for AuthInstallServiceResponseResourceBindingsKvValue
impl RefUnwindSafe for AuthInstallServiceResponseResourceBindingsKvValue
impl Send for AuthInstallServiceResponseResourceBindingsKvValue
impl Sync for AuthInstallServiceResponseResourceBindingsKvValue
impl Unpin for AuthInstallServiceResponseResourceBindingsKvValue
impl UnsafeUnpin for AuthInstallServiceResponseResourceBindingsKvValue
impl UnwindSafe for AuthInstallServiceResponseResourceBindingsKvValue
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