pub struct KingConfigUpdate {
pub config_type: String,
pub new_config_hash: String,
}Fields§
§config_type: String§new_config_hash: StringTrait Implementations§
Source§impl Clone for KingConfigUpdate
impl Clone for KingConfigUpdate
Source§fn clone(&self) -> KingConfigUpdate
fn clone(&self) -> KingConfigUpdate
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 KingConfigUpdate
impl Debug for KingConfigUpdate
Source§impl<'de> Deserialize<'de> for KingConfigUpdate
impl<'de> Deserialize<'de> for KingConfigUpdate
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 KingConfigUpdate
impl RefUnwindSafe for KingConfigUpdate
impl Send for KingConfigUpdate
impl Sync for KingConfigUpdate
impl Unpin for KingConfigUpdate
impl UnsafeUnpin for KingConfigUpdate
impl UnwindSafe for KingConfigUpdate
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