pub struct LabelInput {
pub key: String,
pub value: String,
}Fields§
§key: String§value: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for LabelInput
impl RefUnwindSafe for LabelInput
impl Send for LabelInput
impl Sync for LabelInput
impl Unpin for LabelInput
impl UnsafeUnpin for LabelInput
impl UnwindSafe for LabelInput
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