pub struct UpdateSelectorLabels {
pub app: String,
}Fields§
§app: StringTrait Implementations§
Source§impl Debug for UpdateSelectorLabels
impl Debug for UpdateSelectorLabels
Source§impl Default for UpdateSelectorLabels
impl Default for UpdateSelectorLabels
Source§fn default() -> UpdateSelectorLabels
fn default() -> UpdateSelectorLabels
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateSelectorLabels
impl<'de> Deserialize<'de> for UpdateSelectorLabels
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
Auto Trait Implementations§
impl Freeze for UpdateSelectorLabels
impl RefUnwindSafe for UpdateSelectorLabels
impl Send for UpdateSelectorLabels
impl Sync for UpdateSelectorLabels
impl Unpin for UpdateSelectorLabels
impl UnsafeUnpin for UpdateSelectorLabels
impl UnwindSafe for UpdateSelectorLabels
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