pub struct ConfigUpdateResult {
pub success: bool,
pub parsed: Map<String, Value>,
}Fields§
§success: bool§parsed: Map<String, Value>Trait Implementations§
Source§impl Clone for ConfigUpdateResult
impl Clone for ConfigUpdateResult
Source§fn clone(&self) -> ConfigUpdateResult
fn clone(&self) -> ConfigUpdateResult
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 ConfigUpdateResult
impl Debug for ConfigUpdateResult
Auto Trait Implementations§
impl Freeze for ConfigUpdateResult
impl RefUnwindSafe for ConfigUpdateResult
impl Send for ConfigUpdateResult
impl Sync for ConfigUpdateResult
impl Unpin for ConfigUpdateResult
impl UnsafeUnpin for ConfigUpdateResult
impl UnwindSafe for ConfigUpdateResult
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