Struct aws_sdk_chime::operation::get_sip_rule::GetSipRuleOutput
source · #[non_exhaustive]pub struct GetSipRuleOutput { /* private fields */ }Implementations§
source§impl GetSipRuleOutput
impl GetSipRuleOutput
sourcepub fn builder() -> GetSipRuleOutputBuilder
pub fn builder() -> GetSipRuleOutputBuilder
Creates a new builder-style object to manufacture GetSipRuleOutput.
Trait Implementations§
source§impl Clone for GetSipRuleOutput
impl Clone for GetSipRuleOutput
source§fn clone(&self) -> GetSipRuleOutput
fn clone(&self) -> GetSipRuleOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GetSipRuleOutput
impl Debug for GetSipRuleOutput
source§impl PartialEq<GetSipRuleOutput> for GetSipRuleOutput
impl PartialEq<GetSipRuleOutput> for GetSipRuleOutput
source§fn eq(&self, other: &GetSipRuleOutput) -> bool
fn eq(&self, other: &GetSipRuleOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetSipRuleOutput
impl RequestId for GetSipRuleOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for GetSipRuleOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetSipRuleOutput
impl Send for GetSipRuleOutput
impl Sync for GetSipRuleOutput
impl Unpin for GetSipRuleOutput
impl UnwindSafe for GetSipRuleOutput
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