pub struct ConfigPayload {
pub config: Value,
}Expand description
JSON payload for config get/list/reset — the resolved
configuration object (or a single-key projection for get).
Fields§
§config: ValueResolved configuration map.
Trait Implementations§
Source§impl Debug for ConfigPayload
impl Debug for ConfigPayload
Auto Trait Implementations§
impl Freeze for ConfigPayload
impl RefUnwindSafe for ConfigPayload
impl Send for ConfigPayload
impl Sync for ConfigPayload
impl Unpin for ConfigPayload
impl UnsafeUnpin for ConfigPayload
impl UnwindSafe for ConfigPayload
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