pub struct ConfigMetadataResponse {
pub created_at: String,
pub created_by: String,
pub updated_at: String,
pub updated_by: String,
pub tags: Vec<String>,
pub description: Option<String>,
}Fields§
§created_at: String§created_by: String§updated_at: String§updated_by: String§description: Option<String>Trait Implementations§
Source§impl Debug for ConfigMetadataResponse
impl Debug for ConfigMetadataResponse
Auto Trait Implementations§
impl Freeze for ConfigMetadataResponse
impl RefUnwindSafe for ConfigMetadataResponse
impl Send for ConfigMetadataResponse
impl Sync for ConfigMetadataResponse
impl Unpin for ConfigMetadataResponse
impl UnwindSafe for ConfigMetadataResponse
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