Struct aws_sdk_elastictranscoder::output::TestRoleOutput
source · [−]#[non_exhaustive]pub struct TestRoleOutput { /* private fields */ }
👎Deprecated
Expand description
The TestRoleResponse
structure.
Implementations
sourceimpl TestRoleOutput
impl TestRoleOutput
sourceimpl TestRoleOutput
impl TestRoleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestRoleOutput
.
Trait Implementations
sourceimpl Clone for TestRoleOutput
impl Clone for TestRoleOutput
sourcefn clone(&self) -> TestRoleOutput
fn clone(&self) -> TestRoleOutput
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 TestRoleOutput
impl Debug for TestRoleOutput
sourceimpl PartialEq<TestRoleOutput> for TestRoleOutput
impl PartialEq<TestRoleOutput> for TestRoleOutput
sourcefn eq(&self, other: &TestRoleOutput) -> bool
fn eq(&self, other: &TestRoleOutput) -> bool
impl StructuralPartialEq for TestRoleOutput
Auto Trait Implementations
impl RefUnwindSafe for TestRoleOutput
impl Send for TestRoleOutput
impl Sync for TestRoleOutput
impl Unpin for TestRoleOutput
impl UnwindSafe for TestRoleOutput
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