pub struct GetHostStats { /* private fields */ }Trait Implementations§
Source§impl Handler<GetHostStats> for ShardingApi
impl Handler<GetHostStats> for ShardingApi
Source§impl Message for GetHostStats
impl Message for GetHostStats
type Result = Option<Receiver<Option<HostStats>>>
fn into_envelope( self, envelope_type: EnvelopeType, ) -> Result<Envelope<Self>, MessageWrapErr>
fn as_bytes(&self) -> Result<Vec<u8>, MessageWrapErr>
fn from_envelope(envelope: Envelope<Self>) -> Result<Self, MessageUnwrapErr>
fn from_bytes(_: Vec<u8>) -> Result<Self, MessageUnwrapErr>
fn read_remote_result(_: Vec<u8>) -> Result<Self::Result, MessageUnwrapErr>
fn write_remote_result(_res: Self::Result) -> Result<Vec<u8>, MessageWrapErr>
fn name(&self) -> &'static str
fn type_name() -> &'static strwhere
Self: Sized,
Auto Trait Implementations§
impl Freeze for GetHostStats
impl RefUnwindSafe for GetHostStats
impl Send for GetHostStats
impl Sync for GetHostStats
impl Unpin for GetHostStats
impl UnsafeUnpin for GetHostStats
impl UnwindSafe for GetHostStats
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