pub enum GetClientKind {}
Expand description
A resource kind for getting a GuestEmulationTransportClient
.
This is primarily used with PlatformResource
.
Trait Implementations§
Source§impl ResourceKind for GetClientKind
impl ResourceKind for GetClientKind
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