Struct aws_sdk_workspacesweb::output::DeletePortalOutput
source · [−]#[non_exhaustive]pub struct DeletePortalOutput {}
Implementations
sourceimpl DeletePortalOutput
impl DeletePortalOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeletePortalOutput
.
Trait Implementations
sourceimpl Clone for DeletePortalOutput
impl Clone for DeletePortalOutput
sourcefn clone(&self) -> DeletePortalOutput
fn clone(&self) -> DeletePortalOutput
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 Debug for DeletePortalOutput
impl Debug for DeletePortalOutput
sourceimpl PartialEq<DeletePortalOutput> for DeletePortalOutput
impl PartialEq<DeletePortalOutput> for DeletePortalOutput
sourcefn eq(&self, other: &DeletePortalOutput) -> bool
fn eq(&self, other: &DeletePortalOutput) -> bool
impl StructuralPartialEq for DeletePortalOutput
Auto Trait Implementations
impl RefUnwindSafe for DeletePortalOutput
impl Send for DeletePortalOutput
impl Sync for DeletePortalOutput
impl Unpin for DeletePortalOutput
impl UnwindSafe for DeletePortalOutput
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