pub struct SetParameters;Trait Implementations§
Source§impl Service for SetParameters
impl Service for SetParameters
type Request = SetParametersRequest
type Response = SetParametersResponse
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for SetParameters
impl RefUnwindSafe for SetParameters
impl Send for SetParameters
impl Sync for SetParameters
impl Unpin for SetParameters
impl UnwindSafe for SetParameters
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