pub struct VmbusClientAccess { /* private fields */ }
Implementations§
Source§impl VmbusClientAccess
impl VmbusClientAccess
pub async fn modify(&self, request: ModifyConnectionRequest) -> ConnectionState
pub fn connect_hvsock( &self, request: HvsockConnectRequest, ) -> impl Future<Output = Option<OfferInfo>> + use<>
Trait Implementations§
Source§impl Clone for VmbusClientAccess
impl Clone for VmbusClientAccess
Source§fn clone(&self) -> VmbusClientAccess
fn clone(&self) -> VmbusClientAccess
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for VmbusClientAccess
impl !RefUnwindSafe for VmbusClientAccess
impl Send for VmbusClientAccess
impl Sync for VmbusClientAccess
impl Unpin for VmbusClientAccess
impl !UnwindSafe for VmbusClientAccess
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