pub struct Entry {
    pub doc: Option<String>,
    pub name: String,
    pub ty: Type,
}Expand description
Representation of a type that is defined in the definition file.
This type has a name and additional documentation that can be displayed
Fields§
§doc: Option<String>§name: String§ty: TypeImplementations§
Trait Implementations§
Source§impl Ord for Entry
 
impl Ord for Entry
Source§impl PartialOrd for Entry
 
impl PartialOrd for Entry
impl Eq for Entry
impl StructuralPartialEq for Entry
Auto Trait Implementations§
impl Freeze for Entry
impl RefUnwindSafe for Entry
impl Send for Entry
impl Sync for Entry
impl Unpin for Entry
impl UnwindSafe for Entry
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