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