pub struct LabelContent {
pub label: String,
}Expand description
Payload for labeling a Ray entry.
Fields§
§label: StringTrait Implementations§
Source§impl Clone for LabelContent
impl Clone for LabelContent
Source§fn clone(&self) -> LabelContent
fn clone(&self) -> LabelContent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LabelContent
impl Debug for LabelContent
Auto Trait Implementations§
impl Freeze for LabelContent
impl RefUnwindSafe for LabelContent
impl Send for LabelContent
impl Sync for LabelContent
impl Unpin for LabelContent
impl UnwindSafe for LabelContent
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