pub struct ConfigSetParams {
pub key: String,
pub value: String,
}Fields§
§key: String§value: StringTrait Implementations§
Source§impl Clone for ConfigSetParams
impl Clone for ConfigSetParams
Source§fn clone(&self) -> ConfigSetParams
fn clone(&self) -> ConfigSetParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ConfigSetParams
impl Debug for ConfigSetParams
Source§impl<'de> Deserialize<'de> for ConfigSetParams
impl<'de> Deserialize<'de> for ConfigSetParams
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 ConfigSetParams
impl RefUnwindSafe for ConfigSetParams
impl Send for ConfigSetParams
impl Sync for ConfigSetParams
impl Unpin for ConfigSetParams
impl UnsafeUnpin for ConfigSetParams
impl UnwindSafe for ConfigSetParams
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