pub struct DeclareSpec {
pub root: Moniker,
pub lang: Lang,
pub symbols: Vec<DeclSymbol>,
pub edges: Vec<DeclEdge>,
}Fields§
§root: Moniker§lang: Lang§symbols: Vec<DeclSymbol>§edges: Vec<DeclEdge>Trait Implementations§
Source§impl Clone for DeclareSpec
impl Clone for DeclareSpec
Source§fn clone(&self) -> DeclareSpec
fn clone(&self) -> DeclareSpec
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 DeclareSpec
impl Debug for DeclareSpec
Source§impl PartialEq for DeclareSpec
impl PartialEq for DeclareSpec
Source§fn eq(&self, other: &DeclareSpec) -> bool
fn eq(&self, other: &DeclareSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DeclareSpec
impl StructuralPartialEq for DeclareSpec
Auto Trait Implementations§
impl Freeze for DeclareSpec
impl RefUnwindSafe for DeclareSpec
impl Send for DeclareSpec
impl Sync for DeclareSpec
impl Unpin for DeclareSpec
impl UnsafeUnpin for DeclareSpec
impl UnwindSafe for DeclareSpec
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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.