pub struct Label {
pub ty: Type,
pub class: Option<String>,
pub name: String,
pub flavor: Option<String>,
}
Expand description
Represents a label associated with a signature, which provides metadata about the signature, such as type, class, name, and optional flavor details.
Fields§
§ty: Type
§class: Option<String>
§name: String
§flavor: Option<String>
Trait Implementations§
Source§impl From<&Label> for OperativeSystem
impl From<&Label> for OperativeSystem
impl StructuralPartialEq for Label
Auto Trait Implementations§
impl Freeze for Label
impl RefUnwindSafe for Label
impl Send for Label
impl Sync for Label
impl Unpin for Label
impl UnwindSafe for Label
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