pub struct UpdateLabelsResponse {
pub labels: HashMap<String, String>,
}Expand description
Response after updating labels
Fields§
§labels: HashMap<String, String>Current labels after the update
Trait Implementations§
Source§impl ComposeSchema for UpdateLabelsResponse
impl ComposeSchema for UpdateLabelsResponse
Source§impl Debug for UpdateLabelsResponse
impl Debug for UpdateLabelsResponse
Source§impl<'de> Deserialize<'de> for UpdateLabelsResponse
impl<'de> Deserialize<'de> for UpdateLabelsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for UpdateLabelsResponse
impl Serialize for UpdateLabelsResponse
Auto Trait Implementations§
impl Freeze for UpdateLabelsResponse
impl RefUnwindSafe for UpdateLabelsResponse
impl Send for UpdateLabelsResponse
impl Sync for UpdateLabelsResponse
impl Unpin for UpdateLabelsResponse
impl UnsafeUnpin for UpdateLabelsResponse
impl UnwindSafe for UpdateLabelsResponse
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