pub struct GetAllParametersResult {
pub parameters: Vec<ParameterInfo>,
}Expand description
Result of getAllParameters request
Fields§
§parameters: Vec<ParameterInfo>List of all parameters with their metadata and current values
Trait Implementations§
Source§impl Clone for GetAllParametersResult
impl Clone for GetAllParametersResult
Source§fn clone(&self) -> GetAllParametersResult
fn clone(&self) -> GetAllParametersResult
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 GetAllParametersResult
impl Debug for GetAllParametersResult
Source§impl<'de> Deserialize<'de> for GetAllParametersResult
impl<'de> Deserialize<'de> for GetAllParametersResult
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
Auto Trait Implementations§
impl Freeze for GetAllParametersResult
impl RefUnwindSafe for GetAllParametersResult
impl Send for GetAllParametersResult
impl Sync for GetAllParametersResult
impl Unpin for GetAllParametersResult
impl UnwindSafe for GetAllParametersResult
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