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