pub struct TimeStampResp {
pub status: PkiStatusInfo,
pub time_stamp_token: Option<TimeStampToken>,
}
Expand description
Time stamp response.
TimeStampResp ::= SEQUENCE {
status PKIStatusInfo,
timeStampToken TimeStampToken OPTIONAL }
Fields§
§status: PkiStatusInfo
§time_stamp_token: Option<TimeStampToken>
Implementations§
Source§impl TimeStampResp
impl TimeStampResp
pub fn take_from<S: Source>( cons: &mut Constructed<'_, S>, ) -> Result<Self, DecodeError<S::Error>>
pub fn encode_ref(&self) -> impl Values + '_
Trait Implementations§
Source§impl Clone for TimeStampResp
impl Clone for TimeStampResp
Source§fn clone(&self) -> TimeStampResp
fn clone(&self) -> TimeStampResp
Returns a copy 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 TimeStampResp
impl Debug for TimeStampResp
Source§impl From<TimeStampResp> for TimeStampResponse
impl From<TimeStampResp> for TimeStampResponse
Source§fn from(resp: TimeStampResp) -> Self
fn from(resp: TimeStampResp) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TimeStampResp
impl PartialEq for TimeStampResp
impl Eq for TimeStampResp
impl StructuralPartialEq for TimeStampResp
Auto Trait Implementations§
impl !Freeze for TimeStampResp
impl RefUnwindSafe for TimeStampResp
impl Send for TimeStampResp
impl Sync for TimeStampResp
impl Unpin for TimeStampResp
impl UnwindSafe for TimeStampResp
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)