pub enum GetClientKind {}
Expand description
A resource kind for getting a GuestEmulationTransportClient
.
This is primarily used with [PlatformResource
].
Trait Implementations§
Source§impl CanResolveTo<GuestEmulationTransportClient> for GetClientKind
impl CanResolveTo<GuestEmulationTransportClient> for GetClientKind
Source§impl ResolveResource<GetClientKind, PlatformResource> for GuestEmulationTransportClient
impl ResolveResource<GetClientKind, PlatformResource> for GuestEmulationTransportClient
Auto Trait Implementations§
impl Freeze for GetClientKind
impl RefUnwindSafe for GetClientKind
impl Send for GetClientKind
impl Sync for GetClientKind
impl Unpin for GetClientKind
impl UnwindSafe for GetClientKind
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