pub struct DeviceExtractor { /* private fields */ }Expand description
MessageExtractor impl for RoutedDeviceMsg. Hashes entity_id
into one of shard_count shards.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceExtractor
impl RefUnwindSafe for DeviceExtractor
impl Send for DeviceExtractor
impl Sync for DeviceExtractor
impl Unpin for DeviceExtractor
impl UnsafeUnpin for DeviceExtractor
impl UnwindSafe for DeviceExtractor
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