pub struct DescribeInstanceVncUrl<'a> {
pub region: &'a str,
pub instance_id: &'a str,
}
Expand description
Request payload for DescribeInstanceVncUrl
.
Fieldsยง
ยงregion: &'a str
ยงinstance_id: &'a str
Trait Implementationsยง
Sourceยงimpl<'a> Endpoint for DescribeInstanceVncUrl<'a>
impl<'a> Endpoint for DescribeInstanceVncUrl<'a>
type Output = DescribeInstanceVncUrlResponse
fn service(&self) -> Cow<'static, str>
fn action(&self) -> Cow<'static, str>
fn version(&self) -> Cow<'static, str>
fn region(&self) -> Option<Cow<'_, str>>
fn payload(&self) -> Value
fn scheme(&self) -> Cow<'static, str>
fn host(&self) -> Cow<'_, str>
fn path(&self) -> Cow<'_, str>
fn extra_headers(&self) -> Option<Vec<(Cow<'_, str>, Cow<'_, str>)>>
fn parse(&self, body: Value) -> Result<Self::Output, TencentCloudError>
Auto Trait Implementationsยง
impl<'a> Freeze for DescribeInstanceVncUrl<'a>
impl<'a> RefUnwindSafe for DescribeInstanceVncUrl<'a>
impl<'a> Send for DescribeInstanceVncUrl<'a>
impl<'a> Sync for DescribeInstanceVncUrl<'a>
impl<'a> Unpin for DescribeInstanceVncUrl<'a>
impl<'a> UnwindSafe for DescribeInstanceVncUrl<'a>
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