pub enum LinkLabel {
Builtin(i32),
Custom(TextComponent),
}Variants§
Builtin(i32)
Custom(TextComponent)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkLabel
impl RefUnwindSafe for LinkLabel
impl Send for LinkLabel
impl Sync for LinkLabel
impl Unpin for LinkLabel
impl UnwindSafe for LinkLabel
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