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