pub struct DataDoc {
pub ident: String,
pub ty: String,
pub desc: Vec<String>,
pub sub_docs: Vec<DataDoc>,
}Fields§
§ident: String§ty: String§desc: Vec<String>§sub_docs: Vec<DataDoc>Implementations§
Trait Implementations§
impl Eq for DataDoc
impl StructuralPartialEq for DataDoc
Auto Trait Implementations§
impl Freeze for DataDoc
impl RefUnwindSafe for DataDoc
impl Send for DataDoc
impl Sync for DataDoc
impl Unpin for DataDoc
impl UnwindSafe for DataDoc
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.