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