pub struct SetParametersResponse {
pub results: Vec<SetParametersResult>,
}
Fields§
§results: Vec<SetParametersResult>
Trait Implementations§
Source§impl Clone for SetParametersResponse
impl Clone for SetParametersResponse
Source§fn clone(&self) -> SetParametersResponse
fn clone(&self) -> SetParametersResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SetParametersResponse
impl Debug for SetParametersResponse
Source§impl<'de> Deserialize<'de> for SetParametersResponse
impl<'de> Deserialize<'de> for SetParametersResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for SetParametersResponse
impl Serialize for SetParametersResponse
impl Message for SetParametersResponse
Auto Trait Implementations§
impl Freeze for SetParametersResponse
impl RefUnwindSafe for SetParametersResponse
impl Send for SetParametersResponse
impl Sync for SetParametersResponse
impl Unpin for SetParametersResponse
impl UnwindSafe for SetParametersResponse
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