pub enum SymbolTag {
Deprecated = 1,
}Expand description
Symbol tags are extra annotations that tweak the rendering of a symbol.
@since 3.16
Variants§
Deprecated = 1
Render a symbol as obsolete, usually using a strike-out.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SymbolTag
impl<'de> Deserialize<'de> for SymbolTag
Source§fn deserialize<D>(deserializer: D) -> Result<SymbolTag, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<SymbolTag, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SymbolTag
impl StructuralPartialEq for SymbolTag
Auto Trait Implementations§
impl Freeze for SymbolTag
impl RefUnwindSafe for SymbolTag
impl Send for SymbolTag
impl Sync for SymbolTag
impl Unpin for SymbolTag
impl UnwindSafe for SymbolTag
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