pub enum DocItemKind {
Function,
Type,
Enum,
Trait,
Field,
Variant,
Method,
AssociatedType,
Constant,
Module,
}Variants§
Trait Implementations§
Source§impl Clone for DocItemKind
impl Clone for DocItemKind
Source§fn clone(&self) -> DocItemKind
fn clone(&self) -> DocItemKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DocItemKind
impl Debug for DocItemKind
Source§impl<'de> Deserialize<'de> for DocItemKind
impl<'de> Deserialize<'de> for DocItemKind
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
Source§impl PartialEq for DocItemKind
impl PartialEq for DocItemKind
Source§fn eq(&self, other: &DocItemKind) -> bool
fn eq(&self, other: &DocItemKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DocItemKind
impl Serialize for DocItemKind
impl StructuralPartialEq for DocItemKind
Auto Trait Implementations§
impl Freeze for DocItemKind
impl RefUnwindSafe for DocItemKind
impl Send for DocItemKind
impl Sync for DocItemKind
impl Unpin for DocItemKind
impl UnsafeUnpin for DocItemKind
impl UnwindSafe for DocItemKind
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