Struct solana_streamer::quic::EndpointKeyUpdater
source · pub struct EndpointKeyUpdater { /* private fields */ }
Trait Implementations§
source§impl NotifyKeyUpdate for EndpointKeyUpdater
impl NotifyKeyUpdate for EndpointKeyUpdater
Auto Trait Implementations§
impl Freeze for EndpointKeyUpdater
impl !RefUnwindSafe for EndpointKeyUpdater
impl Send for EndpointKeyUpdater
impl Sync for EndpointKeyUpdater
impl Unpin for EndpointKeyUpdater
impl !UnwindSafe for EndpointKeyUpdater
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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