[−][src]Struct ckb_sync::NetTimeProtocol
Collect time offset samples from network peers and send notify to user if offset is too large
Implementations
impl NetTimeProtocol[src]
pub fn new(min_samples: usize, max_samples: usize, tolerant_offset: u64) -> Self[src]
Init time protocol
Trait Implementations
impl CKBProtocolHandler for NetTimeProtocol[src]
pub fn init(&mut self, _nc: Arc<dyn CKBProtocolContext + Sync>)[src]
pub fn connected(
&mut self,
nc: Arc<dyn CKBProtocolContext + Sync>,
peer_index: PeerIndex,
_version: &str
)[src]
&mut self,
nc: Arc<dyn CKBProtocolContext + Sync>,
peer_index: PeerIndex,
_version: &str
)
pub fn received(
&mut self,
nc: Arc<dyn CKBProtocolContext + Sync>,
peer_index: PeerIndex,
data: Bytes
)[src]
&mut self,
nc: Arc<dyn CKBProtocolContext + Sync>,
peer_index: PeerIndex,
data: Bytes
)
pub fn disconnected(
&mut self,
_nc: Arc<dyn CKBProtocolContext + 'static + Sync>,
_peer_index: SessionId
)[src]
&mut self,
_nc: Arc<dyn CKBProtocolContext + 'static + Sync>,
_peer_index: SessionId
)
pub fn notify(
&mut self,
_nc: Arc<dyn CKBProtocolContext + 'static + Sync>,
_token: u64
)[src]
&mut self,
_nc: Arc<dyn CKBProtocolContext + 'static + Sync>,
_token: u64
)
pub fn poll(
&mut self,
_nc: Arc<dyn CKBProtocolContext + 'static + Sync>
) -> Poll<Option<()>>[src]
&mut self,
_nc: Arc<dyn CKBProtocolContext + 'static + Sync>
) -> Poll<Option<()>>
impl Clone for NetTimeProtocol[src]
pub fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for NetTimeProtocol[src]
Auto Trait Implementations
impl !RefUnwindSafe for NetTimeProtocol[src]
impl Send for NetTimeProtocol[src]
impl Sync for NetTimeProtocol[src]
impl Unpin for NetTimeProtocol[src]
impl UnwindSafe for NetTimeProtocol[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> AsAny for T where
T: Any,
T: Any,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Erased for T
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Pointable for T
pub const ALIGN: usize
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
pub unsafe fn drop(ptr: usize)
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,