#[repr(C)]pub struct Label {
pub key: custom_labels_string_t,
pub value: custom_labels_string_t,
}Expand description
Fields§
§key: custom_labels_string_t§value: custom_labels_string_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for custom_labels_label_t
impl RefUnwindSafe for custom_labels_label_t
impl !Send for custom_labels_label_t
impl !Sync for custom_labels_label_t
impl Unpin for custom_labels_label_t
impl UnwindSafe for custom_labels_label_t
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