pub struct RenewResponse {
pub timeout_seconds: u32,
}Expand description
Response for Renew operation
Fields§
§timeout_seconds: u32The actual timeout granted by the device (in seconds)
Trait Implementations§
Source§impl Clone for RenewResponse
impl Clone for RenewResponse
Source§fn clone(&self) -> RenewResponse
fn clone(&self) -> RenewResponse
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 RenewResponse
impl Debug for RenewResponse
Source§impl<'de> Deserialize<'de> for RenewResponse
impl<'de> Deserialize<'de> for RenewResponse
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 RenewResponse
impl RefUnwindSafe for RenewResponse
impl Send for RenewResponse
impl Sync for RenewResponse
impl Unpin for RenewResponse
impl UnsafeUnpin for RenewResponse
impl UnwindSafe for RenewResponse
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