[−][src]Struct vimwiki::lang::elements::TermAndDefinitions
Represents a term and associated definitions
Fields
term: Termdefinitions: Vec<Definition>Implementations
impl TermAndDefinitions[src]
pub fn new(term: Term, definitions: Vec<Definition>) -> TermAndDefinitions[src]
Trait Implementations
impl Clone for TermAndDefinitions[src]
fn clone(&self) -> TermAndDefinitions[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for TermAndDefinitions[src]
impl<'de> Deserialize<'de> for TermAndDefinitions[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Eq for TermAndDefinitions[src]
impl Hash for TermAndDefinitions[src]
fn hash<H: Hasher>(&self, state: &mut H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl<'_> PartialEq<&'_ str> for TermAndDefinitions[src]
impl PartialEq<InlineElementContainer> for TermAndDefinitions[src]
fn eq(&self, other: &InlineElementContainer) -> bool[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl PartialEq<String> for TermAndDefinitions[src]
impl PartialEq<TermAndDefinitions> for TermAndDefinitions[src]
impl Serialize for TermAndDefinitions[src]
Auto Trait Implementations
impl RefUnwindSafe for TermAndDefinitions
impl Send for TermAndDefinitions
impl Sync for TermAndDefinitions
impl Unpin for TermAndDefinitions
impl UnwindSafe for TermAndDefinitions
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,