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