pub struct TlsPublishedState<M> {
pub generation: TlsGeneration,
pub material: Arc<M>,
pub fingerprint: TlsFingerprint,
pub loaded_at_unix_ms: u64,
}Fields§
§generation: TlsGeneration§material: Arc<M>§fingerprint: TlsFingerprint§loaded_at_unix_ms: u64Trait Implementations§
Auto Trait Implementations§
impl<M> Freeze for TlsPublishedState<M>
impl<M> RefUnwindSafe for TlsPublishedState<M>where
Arc<M>: RefUnwindSafe,
impl<M> Send for TlsPublishedState<M>
impl<M> Sync for TlsPublishedState<M>
impl<M> Unpin for TlsPublishedState<M>
impl<M> UnsafeUnpin for TlsPublishedState<M>where
Arc<M>: UnsafeUnpin,
impl<M> UnwindSafe for TlsPublishedState<M>where
Arc<M>: UnwindSafe,
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request