pub struct ReadConfigurationResponse {
pub cas_required: bool,
pub delete_version_after: String,
pub max_versions: u64,
}
Expand description
Response from executing ReadConfigurationRequest
Fields§
§cas_required: bool
§delete_version_after: String
§max_versions: u64
Trait Implementations§
source§impl Debug for ReadConfigurationResponse
impl Debug for ReadConfigurationResponse
source§impl<'de> Deserialize<'de> for ReadConfigurationResponse
impl<'de> Deserialize<'de> for ReadConfigurationResponse
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
Auto Trait Implementations§
impl Freeze for ReadConfigurationResponse
impl RefUnwindSafe for ReadConfigurationResponse
impl Send for ReadConfigurationResponse
impl Sync for ReadConfigurationResponse
impl Unpin for ReadConfigurationResponse
impl UnwindSafe for ReadConfigurationResponse
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