pub struct RenewCaseResponse {
pub renewed: bool,
pub lease_until_ms: i64,
}Fields§
§renewed: bool§lease_until_ms: i64Trait Implementations§
Source§impl Clone for RenewCaseResponse
impl Clone for RenewCaseResponse
Source§fn clone(&self) -> RenewCaseResponse
fn clone(&self) -> RenewCaseResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RenewCaseResponse
Source§impl Debug for RenewCaseResponse
impl Debug for RenewCaseResponse
Source§impl<'de> Deserialize<'de> for RenewCaseResponse
impl<'de> Deserialize<'de> for RenewCaseResponse
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
impl Eq for RenewCaseResponse
Source§impl PartialEq for RenewCaseResponse
impl PartialEq for RenewCaseResponse
Source§impl Serialize for RenewCaseResponse
impl Serialize for RenewCaseResponse
impl StructuralPartialEq for RenewCaseResponse
Auto Trait Implementations§
impl Freeze for RenewCaseResponse
impl RefUnwindSafe for RenewCaseResponse
impl Send for RenewCaseResponse
impl Sync for RenewCaseResponse
impl Unpin for RenewCaseResponse
impl UnsafeUnpin for RenewCaseResponse
impl UnwindSafe for RenewCaseResponse
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