pub struct GetServiceSettingsRequest {}Trait Implementations§
Source§impl Clone for GetServiceSettingsRequest
impl Clone for GetServiceSettingsRequest
Source§fn clone(&self) -> GetServiceSettingsRequest
fn clone(&self) -> GetServiceSettingsRequest
Returns a duplicate 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 GetServiceSettingsRequest
impl Debug for GetServiceSettingsRequest
Source§impl Default for GetServiceSettingsRequest
impl Default for GetServiceSettingsRequest
Source§fn default() -> GetServiceSettingsRequest
fn default() -> GetServiceSettingsRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for GetServiceSettingsRequest
Auto Trait Implementations§
impl Freeze for GetServiceSettingsRequest
impl RefUnwindSafe for GetServiceSettingsRequest
impl Send for GetServiceSettingsRequest
impl Sync for GetServiceSettingsRequest
impl Unpin for GetServiceSettingsRequest
impl UnwindSafe for GetServiceSettingsRequest
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