pub struct UpdateTimeToLiveOutput {
pub time_to_live_specification: Option<TimeToLiveSpecification>,
}
Fields§
§time_to_live_specification: Option<TimeToLiveSpecification>
Represents the output of an UpdateTimeToLive
operation.
Trait Implementations§
Source§impl Clone for UpdateTimeToLiveOutput
impl Clone for UpdateTimeToLiveOutput
Source§fn clone(&self) -> UpdateTimeToLiveOutput
fn clone(&self) -> UpdateTimeToLiveOutput
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 Debug for UpdateTimeToLiveOutput
impl Debug for UpdateTimeToLiveOutput
Source§impl Default for UpdateTimeToLiveOutput
impl Default for UpdateTimeToLiveOutput
Source§fn default() -> UpdateTimeToLiveOutput
fn default() -> UpdateTimeToLiveOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateTimeToLiveOutput
impl<'de> Deserialize<'de> for UpdateTimeToLiveOutput
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 UpdateTimeToLiveOutput
impl PartialEq for UpdateTimeToLiveOutput
impl StructuralPartialEq for UpdateTimeToLiveOutput
Auto Trait Implementations§
impl Freeze for UpdateTimeToLiveOutput
impl RefUnwindSafe for UpdateTimeToLiveOutput
impl Send for UpdateTimeToLiveOutput
impl Sync for UpdateTimeToLiveOutput
impl Unpin for UpdateTimeToLiveOutput
impl UnwindSafe for UpdateTimeToLiveOutput
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