pub(crate) enum MetricsControllerToken {
Agent(usize),
}
Variants§
Trait Implementations§
source§impl EventToken for MetricsControllerToken
impl EventToken for MetricsControllerToken
source§fn as_raw_token(&self) -> u64
fn as_raw_token(&self) -> u64
Converts this token into a u64 that can be turned back into a token via
from_raw_token
.source§fn from_raw_token(data: u64) -> Self
fn from_raw_token(data: u64) -> Self
Converts a raw token as returned from
as_raw_token
back into a token. Read moreAuto Trait Implementations§
impl Freeze for MetricsControllerToken
impl RefUnwindSafe for MetricsControllerToken
impl Send for MetricsControllerToken
impl Sync for MetricsControllerToken
impl Unpin for MetricsControllerToken
impl UnwindSafe for MetricsControllerToken
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