pub struct VncproxyClient<T> { /* private fields */ }Implementations§
Source§impl<T> VncproxyClient<T>where
T: Client,
impl<T> VncproxyClient<T>where
T: Client,
Source§impl<T> VncproxyClient<T>where
T: Client,
impl<T> VncproxyClient<T>where
T: Client,
Sourcepub async fn post(&self, params: PostParams) -> Result<PostOutput, T::Error>
pub async fn post(&self, params: PostParams) -> Result<PostOutput, T::Error>
Creates a TCP VNC proxy connections.
Permission check: perm(“/vms/{vmid}”, [“VM.Console”])
Trait Implementations§
Source§impl<T: Clone> Clone for VncproxyClient<T>
impl<T: Clone> Clone for VncproxyClient<T>
Source§fn clone(&self) -> VncproxyClient<T>
fn clone(&self) -> VncproxyClient<T>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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<T> Freeze for VncproxyClient<T>where
T: Freeze,
impl<T> RefUnwindSafe for VncproxyClient<T>where
T: RefUnwindSafe,
impl<T> Send for VncproxyClient<T>where
T: Send,
impl<T> Sync for VncproxyClient<T>where
T: Sync,
impl<T> Unpin for VncproxyClient<T>where
T: Unpin,
impl<T> UnsafeUnpin for VncproxyClient<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for VncproxyClient<T>where
T: UnwindSafe,
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