pub struct GetInfoExpiration {
pub expired: bool,
pub will_expire: bool,
pub relative_time: String,
}Fields§
§expired: bool§will_expire: bool§relative_time: StringTrait Implementations§
Source§impl Debug for GetInfoExpiration
impl Debug for GetInfoExpiration
Source§impl<'de> Deserialize<'de> for GetInfoExpiration
impl<'de> Deserialize<'de> for GetInfoExpiration
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 GetInfoExpiration
impl RefUnwindSafe for GetInfoExpiration
impl Send for GetInfoExpiration
impl Sync for GetInfoExpiration
impl Unpin for GetInfoExpiration
impl UnwindSafe for GetInfoExpiration
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