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