#[non_exhaustive]pub struct DeleteRemoteAccessSessionOutput {}Expand description
The response from the server when a request is made to delete the remote access session.
Implementations
sourceimpl DeleteRemoteAccessSessionOutput
impl DeleteRemoteAccessSessionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteRemoteAccessSessionOutput.
Trait Implementations
sourceimpl Clone for DeleteRemoteAccessSessionOutput
impl Clone for DeleteRemoteAccessSessionOutput
sourcefn clone(&self) -> DeleteRemoteAccessSessionOutput
fn clone(&self) -> DeleteRemoteAccessSessionOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DeleteRemoteAccessSessionOutput> for DeleteRemoteAccessSessionOutput
impl PartialEq<DeleteRemoteAccessSessionOutput> for DeleteRemoteAccessSessionOutput
sourcefn eq(&self, other: &DeleteRemoteAccessSessionOutput) -> bool
fn eq(&self, other: &DeleteRemoteAccessSessionOutput) -> bool
impl StructuralPartialEq for DeleteRemoteAccessSessionOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteRemoteAccessSessionOutput
impl Send for DeleteRemoteAccessSessionOutput
impl Sync for DeleteRemoteAccessSessionOutput
impl Unpin for DeleteRemoteAccessSessionOutput
impl UnwindSafe for DeleteRemoteAccessSessionOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more