pub struct WrapInfo {
pub token: String,
pub accessor: String,
pub ttl: u64,
pub creation_time: String,
pub creation_path: String,
}
Expand description
The information stored in the optional wrap_info
field of API responses
Fields§
§token: String
§accessor: String
§ttl: u64
§creation_time: String
§creation_path: String
Trait Implementations§
source§impl<'de> Deserialize<'de> for WrapInfo
impl<'de> Deserialize<'de> for WrapInfo
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 WrapInfo
impl RefUnwindSafe for WrapInfo
impl Send for WrapInfo
impl Sync for WrapInfo
impl Unpin for WrapInfo
impl UnwindSafe for WrapInfo
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