pub struct DeviceEnvoy;Expand description
Marker type for the top-level device-envoy landing crate.
This crate intentionally exposes minimal API surface and points users to platform crates.
Auto Trait Implementations§
impl Freeze for DeviceEnvoy
impl RefUnwindSafe for DeviceEnvoy
impl Send for DeviceEnvoy
impl Sync for DeviceEnvoy
impl Unpin for DeviceEnvoy
impl UnsafeUnpin for DeviceEnvoy
impl UnwindSafe for DeviceEnvoy
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