pub struct ConfigEntryResponse {
pub key: String,
pub value: Value,
pub updated_at: DateTime<Utc>,
pub updated_by: Option<String>,
}Fields§
§key: String§value: Value§updated_at: DateTime<Utc>§updated_by: Option<String>Trait Implementations§
Source§impl Debug for ConfigEntryResponse
impl Debug for ConfigEntryResponse
Auto Trait Implementations§
impl Freeze for ConfigEntryResponse
impl RefUnwindSafe for ConfigEntryResponse
impl Send for ConfigEntryResponse
impl Sync for ConfigEntryResponse
impl Unpin for ConfigEntryResponse
impl UnsafeUnpin for ConfigEntryResponse
impl UnwindSafe for ConfigEntryResponse
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