pub struct SetParametersRequest {
pub parameter: Vec<Parameter>,
}
Fields§
§parameter: Vec<Parameter>
Trait Implementations§
Source§impl Clone for SetParametersRequest
impl Clone for SetParametersRequest
Source§fn clone(&self) -> SetParametersRequest
fn clone(&self) -> SetParametersRequest
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 SetParametersRequest
impl Debug for SetParametersRequest
Source§impl<'de> Deserialize<'de> for SetParametersRequest
impl<'de> Deserialize<'de> for SetParametersRequest
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 SetParametersRequest
impl Serialize for SetParametersRequest
impl Message for SetParametersRequest
Auto Trait Implementations§
impl Freeze for SetParametersRequest
impl RefUnwindSafe for SetParametersRequest
impl Send for SetParametersRequest
impl Sync for SetParametersRequest
impl Unpin for SetParametersRequest
impl UnwindSafe for SetParametersRequest
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