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