pub struct GetRemainingSleepTimerDurationResponse {
pub remaining_sleep_timer_duration: String,
pub current_sleep_timer_generation: u32,
}Fields§
§remaining_sleep_timer_duration: String§current_sleep_timer_generation: u32Trait Implementations§
Source§impl Clone for GetRemainingSleepTimerDurationResponse
impl Clone for GetRemainingSleepTimerDurationResponse
Source§fn clone(&self) -> GetRemainingSleepTimerDurationResponse
fn clone(&self) -> GetRemainingSleepTimerDurationResponse
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 GetRemainingSleepTimerDurationResponse
impl<'de> Deserialize<'de> for GetRemainingSleepTimerDurationResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetRemainingSleepTimerDurationResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetRemainingSleepTimerDurationResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetRemainingSleepTimerDurationResponse
impl PartialEq for GetRemainingSleepTimerDurationResponse
Source§fn eq(&self, other: &GetRemainingSleepTimerDurationResponse) -> bool
fn eq(&self, other: &GetRemainingSleepTimerDurationResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetRemainingSleepTimerDurationResponse
Auto Trait Implementations§
impl Freeze for GetRemainingSleepTimerDurationResponse
impl RefUnwindSafe for GetRemainingSleepTimerDurationResponse
impl Send for GetRemainingSleepTimerDurationResponse
impl Sync for GetRemainingSleepTimerDurationResponse
impl Unpin for GetRemainingSleepTimerDurationResponse
impl UnsafeUnpin for GetRemainingSleepTimerDurationResponse
impl UnwindSafe for GetRemainingSleepTimerDurationResponse
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