Struct aws_sdk_chime::operation::list_sip_rules::ListSipRulesOutput
source · #[non_exhaustive]pub struct ListSipRulesOutput { /* private fields */ }Implementations§
source§impl ListSipRulesOutput
impl ListSipRulesOutput
sourcepub fn builder() -> ListSipRulesOutputBuilder
pub fn builder() -> ListSipRulesOutputBuilder
Creates a new builder-style object to manufacture ListSipRulesOutput.
Trait Implementations§
source§impl Clone for ListSipRulesOutput
impl Clone for ListSipRulesOutput
source§fn clone(&self) -> ListSipRulesOutput
fn clone(&self) -> ListSipRulesOutput
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 ListSipRulesOutput
impl Debug for ListSipRulesOutput
source§impl PartialEq<ListSipRulesOutput> for ListSipRulesOutput
impl PartialEq<ListSipRulesOutput> for ListSipRulesOutput
source§fn eq(&self, other: &ListSipRulesOutput) -> bool
fn eq(&self, other: &ListSipRulesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListSipRulesOutput
impl RequestId for ListSipRulesOutput
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 ListSipRulesOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListSipRulesOutput
impl Send for ListSipRulesOutput
impl Sync for ListSipRulesOutput
impl Unpin for ListSipRulesOutput
impl UnwindSafe for ListSipRulesOutput
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