pub enum DocType {
Show 13 variants
Module,
Function,
Struct,
Enum,
Trait,
Constant,
Macro,
TypeAlias,
Method,
Field,
Variant,
AssociatedType,
AssociatedConstant,
}Expand description
ドキュメントの種類
Variants§
Module
モジュール/パッケージ
Function
関数
Struct
構造体
Enum
列挙型
Trait
トレイト
Constant
定数
Macro
マクロ
TypeAlias
型エイリアス
Method
メソッド
Field
フィールド
Variant
バリアント
AssociatedType
関連型
AssociatedConstant
関連定数
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DocType
impl<'de> Deserialize<'de> for DocType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for DocType
Auto Trait Implementations§
impl Freeze for DocType
impl RefUnwindSafe for DocType
impl Send for DocType
impl Sync for DocType
impl Unpin for DocType
impl UnwindSafe for DocType
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