pub struct GatewayThread { /* private fields */ }Expand description
A gateway thread record with creation time and key/value metadata.
Implementations§
Source§impl GatewayThread
impl GatewayThread
Trait Implementations§
Source§impl Clone for GatewayThread
impl Clone for GatewayThread
Source§fn clone(&self) -> GatewayThread
fn clone(&self) -> GatewayThread
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GatewayThread
impl Debug for GatewayThread
impl Eq for GatewayThread
Source§impl PartialEq for GatewayThread
impl PartialEq for GatewayThread
Source§fn eq(&self, other: &GatewayThread) -> bool
fn eq(&self, other: &GatewayThread) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GatewayThread
Auto Trait Implementations§
impl Freeze for GatewayThread
impl RefUnwindSafe for GatewayThread
impl Send for GatewayThread
impl Sync for GatewayThread
impl Unpin for GatewayThread
impl UnsafeUnpin for GatewayThread
impl UnwindSafe for GatewayThread
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